Changeset 57358 in vbox for trunk/src/VBox/Runtime/r3/posix/semeventmulti-posix.cpp
- Timestamp:
- Aug 14, 2015 3:16:38 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102121
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/semeventmulti-posix.cpp
r56290 r57358 25 25 */ 26 26 27 /******************************************************************************* 28 * Header Files * 29 *******************************************************************************/ 27 28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 30 31 #include <iprt/semaphore.h> 31 32 #include "internal/iprt.h" … … 46 47 47 48 48 /******************************************************************************* 49 * Defined Constants And Macros *50 ******************************************************************************* /49 /********************************************************************************************************************************* 50 * Defined Constants And Macros * 51 *********************************************************************************************************************************/ 51 52 /** @def IPRT_HAVE_PTHREAD_CONDATTR_SETCLOCK 52 53 * Set if the platform implements pthread_condattr_setclock(). … … 64 65 65 66 66 /******************************************************************************* 67 * Structures and Typedefs *68 ******************************************************************************* /67 /********************************************************************************************************************************* 68 * Structures and Typedefs * 69 *********************************************************************************************************************************/ 69 70 /** Posix internal representation of a Mutex Multi semaphore. 70 71 * The POSIX implementation uses a mutex and a condition variable to implement
Note:
See TracChangeset
for help on using the changeset viewer.