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

/vbox/include/iprt/
H A Dlockvalidator.h224 bool fSignaller; member in struct:RTLOCKVALRECSHRD
557 * @param fSignaller Set if event semaphore signaller logic should be
567 void *hLock, bool fSignaller, bool fEnabled, const char *pszNameFmt, ...);
582 * @param fSignaller Set if event semaphore signaller logic should be
592 void *hLock, bool fSignaller, bool fEnabled, const char *pszNameFmt, va_list va);
617 * @param fSignaller Set if event semaphore signaller logic should be
627 void *pvLock, bool fSignaller, bool fEnabled, const char *pszNameFmt, ...);
644 * @param fSignaller Set if event semaphore signaller logic should be
654 void *pvLock, bool fSignaller, bool fEnabled, const char *pszNameFmt, va_list va);
/vbox/src/VBox/Runtime/common/misc/
H A Dlockvalidator.cpp2528 && pRec->Shared.fSignaller
2636 if (!pRec->Shared.fSignaller)
2663 && ( !pRec->Shared.fSignaller
2745 || !pRec->Shared.fSignaller) /* ASSUMES signaller records have no siblings. */
3395 void *hLock, bool fSignaller, bool fEnabled, const char *pszNameFmt, va_list va)
3408 pRec->fSignaller = fSignaller;
3432 void *hLock, bool fSignaller, bool fEnabled, const char *pszNameFmt, ...)
3436 RTLockValidatorRecSharedInitV(pRec, hClass, uSubClass, hLock, fSignaller, fEnabled, pszNameFmt, va);
3442 uint32_t uSubClass, void *pvLock, bool fSignaller, boo
3394 RTLockValidatorRecSharedInitV(PRTLOCKVALRECSHRD pRec, RTLOCKVALCLASS hClass, uint32_t uSubClass, void *hLock, bool fSignaller, bool fEnabled, const char *pszNameFmt, va_list va) argument
3431 RTLockValidatorRecSharedInit(PRTLOCKVALRECSHRD pRec, RTLOCKVALCLASS hClass, uint32_t uSubClass, void *hLock, bool fSignaller, bool fEnabled, const char *pszNameFmt, ...) argument
3441 RTLockValidatorRecSharedCreateV(PRTLOCKVALRECSHRD *ppRec, RTLOCKVALCLASS hClass, uint32_t uSubClass, void *pvLock, bool fSignaller, bool fEnabled, const char *pszNameFmt, va_list va) argument
3454 RTLockValidatorRecSharedCreate(PRTLOCKVALRECSHRD *ppRec, RTLOCKVALCLASS hClass, uint32_t uSubClass, void *pvLock, bool fSignaller, bool fEnabled, const char *pszNameFmt, ...) argument
[all...]

Completed in 56 milliseconds