Changeset 4fded58 in mainline for generic/include/synch/futex.h
- Timestamp:
- 2006-05-31T12:33:30Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 76d7305
- Parents:
- 3de6dd7a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/synch/futex.h
r3de6dd7a r4fded58 41 41 waitq_t wq; /**< Wait queue for threads waiting for futex availability. */ 42 42 link_t ht_link; /**< Futex hash table link. */ 43 count_t refcount; /**< Number of tasks that reference this futex. */ 43 44 }; 44 45
Note:
See TracChangeset
for help on using the changeset viewer.