Home
last modified time | relevance | path

Searched refs:fMutexImpl (Results 1 – 2 of 2) sorted by relevance

/dports/devel/staf/src/staf/stafif/
H A DSTAFMutexSemInlImpl.cpp16 STAF_INLINE STAFMutexSem::STAFMutexSem() : fMutexImpl(0) in STAFMutexSem()
19 STAFRC_t rc = STAFMutexSemConstruct(&fMutexImpl, 0, &osRC); in STAFMutexSem()
28 STAFRC_t rc = STAFMutexSemRequest(fMutexImpl, timeout, &osRC); in request()
40 STAFRC_t rc = STAFMutexSemRelease(fMutexImpl, &osRC); in release()
49 STAFRC_t rc = STAFMutexSemDestruct(&fMutexImpl, &osRC); in ~STAFMutexSem()
H A DSTAFMutexSem.h113 STAFMutexSem_t fMutexImpl; variable