Changeset c0c26ac in mainline for kernel/generic/src/synch/futex.c
- Timestamp:
- 2012-11-20T22:48:12Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b94bc6c
- Parents:
- ba368a6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/synch/futex.c
rba368a6 rc0c26ac 298 298 299 299 futex_t *futex; 300 cht_link_t *futex_ptr_link = cht_find (&TASK->futexes->ht, &uaddr);300 cht_link_t *futex_ptr_link = cht_find_lazy(&TASK->futexes->ht, &uaddr); 301 301 302 302 if (futex_ptr_link) {
Note:
See TracChangeset
for help on using the changeset viewer.