Changeset 76cec1e in mainline for src/time/timeout.c
- Timestamp:
- 2005-07-15T21:57:30Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b4a4c5e3
- Parents:
- e41c47e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/time/timeout.c
re41c47e r76cec1e 106 106 spinlock_lock(&CPU->timeoutlock); 107 107 spinlock_lock(&t->lock); 108 108 109 109 if (t->cpu) 110 110 panic("t->cpu != 0"); … … 115 115 t->handler = f; 116 116 t->arg = arg; 117 117 118 118 /* 119 119 * Insert t into the active timeouts list according to t->ticks.
Note:
See TracChangeset
for help on using the changeset viewer.