Changeset b59318e in mainline for abi/include
- Timestamp:
- 2018-06-26T17:34:48Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ab6edb6
- Parents:
- f6372be9
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-06-26 17:01:43)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-06-26 17:34:48)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abi/include/abi/synch.h
rf6372be9 rb59318e 45 45 /** Interruptible operation. */ 46 46 #define SYNCH_FLAGS_INTERRUPTIBLE (1 << 1) 47 /** Futex operation (makes sleep with timeout composable). */ 48 #define SYNCH_FLAGS_FUTEX (1 << 2) 47 49 48 50 #endif
Note:
See TracChangeset
for help on using the changeset viewer.