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

/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/
H A Dipcdclient.cpp158 RTCritSectRwDelete(&critSect);
173 RTCRITSECTRW critSect; member in class:ipcClientState
198 RTCritSectRwInitEx(&critSect, RTCRITSECT_FLAGS_NO_LOCK_VAL, NIL_RTLOCKVALCLASS, RTLOCKVAL_SUB_CLASS_NONE, NULL);
213 if (!RTCritSectRwIsInitialized(&cs->critSect) || !cs->targetMap.Init())
234 RTCritSectRwEnterShared(&gClientState->critSect);
236 RTCritSectRwLeaveShared(&gClientState->critSect);
248 RTCritSectRwEnterExcl(&gClientState->critSect);
250 RTCritSectRwLeaveExcl(&gClientState->critSect);
262 RTCritSectRwEnterExcl(&gClientState->critSect);
264 RTCritSectRwLeaveExcl(&gClientState->critSect);
[all...]

Completed in 46 milliseconds