Searched refs:RTONCESTATE_DONE_CREATING_SEM (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/
H A Donce.h116 RTONCESTATE_DONE_CREATING_SEM, enumerator in enum:RTONCESTATE
160 || iState == RTONCESTATE_DONE_CREATING_SEM
184 || iState == RTONCESTATE_DONE_CREATING_SEM
/vbox/src/VBox/Runtime/common/misc/
H A Donce.cpp203 AssertReturn(ASMAtomicCmpXchgS32(&pOnce->iState, RTONCESTATE_DONE, RTONCESTATE_DONE_CREATING_SEM)
216 || ASMAtomicCmpXchgS32(&pOnce->iState, RTONCESTATE_DONE, RTONCESTATE_DONE_CREATING_SEM)
278 case RTONCESTATE_DONE_CREATING_SEM:
302 || iState == RTONCESTATE_DONE_CREATING_SEM
363 && !ASMAtomicCmpXchgS32(&pOnce->iState, RTONCESTATE_DONE_CREATING_SEM, RTONCESTATE_BUSY_CREATING_SEM)

Completed in 42 milliseconds