Changeset 156b6406 in mainline for uspace/lib/c/generic/futex.c
- Timestamp:
- 2012-12-04T16:42:06Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b188002
- Parents:
- b7acf38
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/futex.c
rb7acf38 r156b6406 56 56 void futex_upgrade_all_and_wait(void) 57 57 { 58 _futex_down(&upg_and_wait_futex);58 futex_down(&upg_and_wait_futex); 59 59 60 60 if (!_upgrade_futexes) { … … 63 63 } 64 64 65 _futex_up(&upg_and_wait_futex);65 futex_up(&upg_and_wait_futex); 66 66 } 67 67
Note:
See TracChangeset
for help on using the changeset viewer.