Changeset 7f1c620 in mainline for generic/src/time/timeout.c
- Timestamp:
- 2006-07-04T17:17:56Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0ffa3ef5
- Parents:
- 991779c5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/time/timeout.c
r991779c5 r7f1c620 104 104 * 105 105 */ 106 void timeout_register(timeout_t *t, __u64time, timeout_handler_t f, void *arg)106 void timeout_register(timeout_t *t, uint64_t time, timeout_handler_t f, void *arg) 107 107 { 108 108 timeout_t *hlp = NULL; 109 109 link_t *l, *m; 110 110 ipl_t ipl; 111 __u64sum;111 uint64_t sum; 112 112 113 113 ipl = interrupts_disable();
Note:
See TracChangeset
for help on using the changeset viewer.