Changeset ba25c4b in mainline for kernel/generic/include/time/timeout.h
- Timestamp:
- 2023-02-09T15:31:39Z (22 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 83789ea2
- Parents:
- 78acbc72
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-02-09 15:28:13)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-02-09 15:31:39)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/time/timeout.h
r78acbc72 rba25c4b 53 53 /** On which processor is this timeout registered. */ 54 54 cpu_t *cpu; 55 /** Used to synchronize with the handler callback. */ 56 atomic_bool finished; 55 57 } timeout_t; 56 58
Note:
See TracChangeset
for help on using the changeset viewer.