Changeset 14318 in vbox for trunk/src/VBox/Runtime/r3/posix
- Timestamp:
- Nov 18, 2008 4:56:53 PM (16 years ago)
- Location:
- trunk/src/VBox/Runtime/r3/posix
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/semevent-posix.cpp
r12960 r14318 78 78 /** The object isn't initialized. */ 79 79 #define EVENT_STATE_UNINITIALIZED 0 80 /** The semaphore is issignaled. */80 /** The semaphore is signaled. */ 81 81 #define EVENT_STATE_SIGNALED 0xff00ff00 82 82 /** The semaphore is not signaled. */ -
trunk/src/VBox/Runtime/r3/posix/semeventmulti-posix.cpp
r12960 r14318 67 67 /** The object isn't initialized. */ 68 68 #define EVENTMULTI_STATE_UNINITIALIZED 0 69 /** The semaphore is issignaled. */69 /** The semaphore is signaled. */ 70 70 #define EVENTMULTI_STATE_SIGNALED 0xff00ff00 71 71 /** The semaphore is not signaled. */
Note:
See TracChangeset
for help on using the changeset viewer.