Changeset 482826d in mainline for generic/include/proc/task.h
- Timestamp:
- 2006-05-31T16:23:19Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 39031cc
- Parents:
- 343fc179
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/proc/task.h
r343fc179 r482826d 57 57 58 58 /** 59 60 61 59 * Serializes access to the B+tree of task's futexes. This mutex is 60 * independent on the task spinlock. 61 */ 62 62 mutex_t futexes_lock; 63 63 btree_t futexes; /**< B+tree of futexes referenced by this task. */
Note:
See TracChangeset
for help on using the changeset viewer.