Changeset 0319a8f6 in mainline for libc/generic/futex.c
- Timestamp:
- 2006-04-05T12:10:53Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a7818c26
- Parents:
- 8fe1cdb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/generic/futex.c
r8fe1cdb r0319a8f6 39 39 * counter and the futex wait queue, there is a race condition: 40 40 * 41 * wq->missed_wakeups == 1 && futex->count = 141 * (wq->missed_wakeups == 1) && (futex->count = 1) 42 42 * 43 43 * Scenario 1 (wait queue timeout vs. futex_up()): … … 155 155 * @param futex Futex. 156 156 * 157 * @return ENOENT if there is no such virtual address or futex. Otherwise zero.157 * @return ENOENT if there is no such virtual address. Otherwise zero. 158 158 */ 159 159 int futex_up(atomic_t *futex)
Note:
See TracChangeset
for help on using the changeset viewer.