Changeset c28413a9 in mainline for kernel/generic/src/synch/futex.c
- Timestamp:
- 2012-11-20T18:50:04Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ba368a6
- Parents:
- 669f3d32
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/synch/futex.c
r669f3d32 rc28413a9 133 133 task->futexes = malloc(sizeof(struct futex_cache), 0); 134 134 135 /* todo: make it block until mem is available */ 136 bool ret = cht_create(&task->futexes->ht, 0, 0, 0, &task_futex_ht_ops); 137 ASSERT(ret); 135 cht_create(&task->futexes->ht, 0, 0, 0, true, &task_futex_ht_ops); 138 136 } 139 137
Note:
See TracChangeset
for help on using the changeset viewer.