Changeset ad58fd2 in mainline for kernel/generic/include/time/timeout.h
- Timestamp:
- 2022-08-15T16:31:58Z (3 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 46b305a
- Parents:
- 742f95ec
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2022-08-15 16:26:16)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2022-08-15 16:31:58)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/time/timeout.h
r742f95ec rad58fd2 45 45 IRQ_SPINLOCK_DECLARE(lock); 46 46 47 /** Link to the list of active timeouts on CURRENT->cpu */47 /** Link to the list of active timeouts on timeout->cpu */ 48 48 link_t link; 49 49 /** Timeout will be activated when current clock tick reaches this value. */ … … 61 61 extern void timeout_init(void); 62 62 extern void timeout_initialize(timeout_t *); 63 extern void timeout_reinitialize(timeout_t *);64 63 extern void timeout_register(timeout_t *, uint64_t, timeout_handler_t, void *); 65 64 extern bool timeout_unregister(timeout_t *);
Note:
See TracChangeset
for help on using the changeset viewer.