Searched refs:RTSemEventAddSignaller (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Runtime/r3/linux/
H A Dsemevent-linux.cpp381 RTDECL(void) RTSemEventAddSignaller(RTSEMEVENT hEventSem, RTTHREAD hThread) function
/vbox/src/VBox/Runtime/r3/os2/
H A Dsems-os2.cpp133 RTDECL(void) RTSemEventAddSignaller(RTSEMEVENT hEventSem, RTTHREAD hThread) function
/vbox/src/VBox/Runtime/r3/win/
H A Dsemevent-win.cpp275 RTDECL(void) RTSemEventAddSignaller(RTSEMEVENT hEventSem, RTTHREAD hThread) function
/vbox/include/iprt/
H A Dsemaphore.h236 * after calls to RTSemEventAddSignaller, the specified thread will be the only
255 RTDECL(void) RTSemEventAddSignaller(RTSEMEVENT hEventSem, RTTHREAD hThread);
260 * Reverts work done by RTSemEventAddSignaller and RTSemEventSetSignaller.
411 * after calls to RTSemEventAddSignaller, the specified thread will be the only
435 * Reverts work done by RTSemEventAddSignaller and RTSemEventSetSignaller.
H A Dmangling.h1245 # define RTSemEventAddSignaller RT_MANGLER(RTSemEventAddSignaller) macro
/vbox/src/VBox/Runtime/r3/posix/
H A Dsemevent-posix.cpp521 RTDECL(void) RTSemEventAddSignaller(RTSEMEVENT hEventSem, RTTHREAD hThread) function
/vbox/src/VBox/VMM/VMMR3/
H A DVMReq.cpp658 RTSemEventAddSignaller(pReq->EventSem, pUVM->aCpus[idCpu].vm.s.ThreadEMT);
705 RTSemEventAddSignaller(pReq->EventSem, pUVM->aCpus[idCpu].vm.s.ThreadEMT);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTLockValidator.cpp686 RTSemEventAddSignaller(g_hSemEvt, g_ahThreads[iThread]);

Completed in 122 milliseconds