Changeset cf26ba9 in mainline for generic/src/synch/futex.c
- Timestamp:
- 2006-05-01T12:24:32Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 953b0f33
- Parents:
- ea199e5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/synch/futex.c
rea199e5 rcf26ba9 28 28 29 29 /** 30 * Kernel backend for futexes. 31 * Deallocation of orphaned kernel-side futex structures is not currently implemented. 30 * @file futex.c 31 * @brief Kernel backend for futexes. 32 * 33 * @todo Deallocation of orphaned kernel-side futex structures is not currently implemented. 32 34 */ 33 35
Note:
See TracChangeset
for help on using the changeset viewer.