Searched defs:RTSemRWCreate (Results 1 - 5 of 5) sorted by relevance

/vbox/include/iprt/
H A Dsemaphore.h827 RTDECL(int) RTSemRWCreate(PRTSEMRW phRWSem);
1183 # define RTSemRWCreate(phSemRW) \ macro
H A Dmangling.h1292 # define RTSemRWCreate RT_MANGLER(RTSemRWCreate) macro
/vbox/src/VBox/Runtime/generic/
H A Dsemrw-generic.cpp91 RTDECL(int) RTSemRWCreate(PRTSEMRW phRWSem) function
95 RT_EXPORT_SYMBOL(RTSemRWCreate); variable
178 RT_EXPORT_SYMBOL(RTSemRWCreate); variable
H A Dsemrw-lockless-generic.cpp113 RTDECL(int) RTSemRWCreate(PRTSEMRW phRWSem) function
117 RT_EXPORT_SYMBOL(RTSemRWCreate); variable
/vbox/src/VBox/Runtime/r3/posix/
H A Dsemrw-posix.cpp92 #undef RTSemRWCreate macro
93 RTDECL(int) RTSemRWCreate(PRTSEMRW phRWSem) function

Completed in 67 milliseconds