Changeset 76cec1e in mainline for include/synch/waitq.h
- Timestamp:
- 2005-07-15T21:57:30Z (19 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
-
include/synch/waitq.h
re41c47e r76cec1e 40 40 41 41 struct waitq { 42 43 44 42 spinlock_t lock; 43 int missed_wakeups; 44 link_t head; 45 45 }; 46 46
Note:
See TracChangeset
for help on using the changeset viewer.