Searched refs:RTCritSectRwInitEx (Results 1 - 5 of 5) sorted by relevance

/vbox/include/iprt/
H A Dcritsect.h486 RTDECL(int) RTCritSectRwInitEx(PRTCRITSECTRW pThis, uint32_t fFlags,
741 RTCritSectRwInitEx((a_pThis), 0 /*fFlags*/, \
H A Dmangling.h368 # define RTCritSectRwInitEx RT_MANGLER(RTCritSectRwInitEx) macro
/vbox/src/VBox/Main/glue/
H A DAutoLock.cpp170 int vrc = RTCritSectRwInitEx(&m->CritSect, 0 /*fFlags*/, g_mapLockValidationClasses[lockClass], RTLOCKVAL_SUB_CLASS_ANY, NULL);
172 int vrc = RTCritSectRwInitEx(&m->CritSect, 0 /*fFlags*/, NIL_RTLOCKVALCLASS, RTLOCKVAL_SUB_CLASS_ANY, NULL);
/vbox/src/VBox/Runtime/generic/
H A Dcritsectrw-generic.cpp51 return RTCritSectRwInitEx(pThis, 0, NIL_RTLOCKVALCLASS, RTLOCKVAL_SUB_CLASS_NONE, "RTCritSectRw");
56 RTDECL(int) RTCritSectRwInitEx(PRTCRITSECTRW pThis, uint32_t fFlags, function
133 RT_EXPORT_SYMBOL(RTCritSectRwInitEx); variable
/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/
H A Dipcdclient.cpp198 RTCritSectRwInitEx(&critSect, RTCRITSECT_FLAGS_NO_LOCK_VAL, NIL_RTLOCKVALCLASS, RTLOCKVAL_SUB_CLASS_NONE, NULL);

Completed in 87 milliseconds