Changeset dc747e3 in mainline for generic/include/synch/waitq.h
- Timestamp:
- 2005-12-15T10:27:59Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7dd2561
- Parents:
- 3fc03fd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/synch/waitq.h
r3fc03fd rdc747e3 46 46 * Must be acquired before T.lock for each T of type thread_t. 47 47 */ 48 spinlock_t lock;48 SPINLOCK_DECLARE(lock); 49 49 50 50 int missed_wakeups; /**< Number of waitq_wakeup() calls that didn't find a thread to wake up. */
Note:
See TracChangeset
for help on using the changeset viewer.