Changeset ff75d34 in mainline for generic/include/synch/futex.h
- Timestamp:
- 2006-03-30T18:38:27Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 296cc1b
- Parents:
- b6d4566
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/synch/futex.h
rb6d4566 rff75d34 38 38 /** Kernel-side futex structure. */ 39 39 struct futex { 40 __address paddr; /** Physical address of the status variable. */41 waitq_t wq; /** Wait queue for threads waiting for futex availability. */42 link_t ht_link; /** Futex hash table link. */40 __address paddr; /**< Physical address of the status variable. */ 41 waitq_t wq; /**< Wait queue for threads waiting for futex availability. */ 42 link_t ht_link; /**< Futex hash table link. */ 43 43 }; 44 44
Note:
See TracChangeset
for help on using the changeset viewer.