Changeset 927a181e in mainline for uspace/lib/c/generic/async.c
- Timestamp:
- 2012-12-04T02:17:04Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cb10bc9
- Parents:
- 21b703f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/async.c
r21b703f r927a181e 166 166 167 167 /** Async framework global futex */ 168 atomic_t async_futex = FUTEX_INITIALIZER;168 futex_t async_futex = FUTEX_INITIALIZER; 169 169 170 170 /** Number of threads waiting for IPC in the kernel. */
Note:
See TracChangeset
for help on using the changeset viewer.