Searched refs:phRWSem (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A Dsemrw-generic.cpp91 RTDECL(int) RTSemRWCreate(PRTSEMRW phRWSem) argument
93 return RTSemRWCreateEx(phRWSem, 0 /*fFlags*/, NIL_RTLOCKVALCLASS, RTLOCKVAL_SUB_CLASS_NONE, "RTSemRW");
98 RTDECL(int) RTSemRWCreateEx(PRTSEMRW phRWSem, uint32_t fFlags, argument
162 *phRWSem = pThis;
H A Dsemrw-lockless-generic.cpp113 RTDECL(int) RTSemRWCreate(PRTSEMRW phRWSem) argument
115 return RTSemRWCreateEx(phRWSem, 0 /*fFlags*/, NIL_RTLOCKVALCLASS, RTLOCKVAL_SUB_CLASS_NONE, "RTSemRW");
120 RTDECL(int) RTSemRWCreateEx(PRTSEMRW phRWSem, uint32_t fFlags, argument
168 *phRWSem = pThis;
/vbox/src/VBox/Runtime/r3/posix/
H A Dsemrw-posix.cpp93 RTDECL(int) RTSemRWCreate(PRTSEMRW phRWSem) argument
95 return RTSemRWCreateEx(phRWSem, 0 /*fFlags*/, NIL_RTLOCKVALCLASS, RTLOCKVAL_SUB_CLASS_NONE, "RTSemRW");
99 RTDECL(int) RTSemRWCreateEx(PRTSEMRW phRWSem, uint32_t fFlags, argument
151 *phRWSem = pThis;
/vbox/include/iprt/
H A Dsemaphore.h469 * @param phRWSem Where to store the handle to the newly created
824 * @param phRWSem Where to store the handle to the newly created
827 RTDECL(int) RTSemRWCreate(PRTSEMRW phRWSem); variable
833 * @param phRWSem Where to store the handle to the newly created
847 RTDECL(int) RTSemRWCreateEx(PRTSEMRW phRWSem, uint32_t fFlags,

Completed in 52 milliseconds