Changeset faec9fc in mainline for kernel/generic/include/proc/task.h
- Timestamp:
- 2014-10-09T15:15:42Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2a5d175
- Parents:
- 9048147
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/proc/task.h
r9048147 rfaec9fc 133 133 cht_t ht; 134 134 /** Serializes access to futex_list.*/ 135 spinlock_t list_lock;135 SPINLOCK_DECLARE(list_lock); 136 136 /** List of all futexes accesses by this task. */ 137 137 list_t list;
Note:
See TracChangeset
for help on using the changeset viewer.