Changeset ba1b2194 in mainline for include/synch/synch.h
- Timestamp:
- 2005-10-16T19:49:15Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 75eacab
- Parents:
- 9cefba4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/synch/synch.h
r9cefba4 rba1b2194 30 30 #define __SYNCH_H__ 31 31 32 #define SYNCH_NO_TIMEOUT 0 /**< No timeout is request. */32 #define SYNCH_NO_TIMEOUT 0 /**< Request with no timeout. */ 33 33 #define SYNCH_BLOCKING 0 /**< Blocking operation request. */ 34 34 #define SYNCH_NON_BLOCKING 1 /**< Non-blocking operation request. */
Note:
See TracChangeset
for help on using the changeset viewer.