Searched refs:enmSpeaker (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/common/misc/
H A Dsemspingpong.cpp46 * Expects a enmSpeaker variable to be handy and will set it to the current
47 * enmSpeaker value.
52 AssertCompileSize(pPP->enmSpeaker, 4); \
53 enmSpeaker = (RTPINGPONGSPEAKER)ASMAtomicUoReadU32((volatile uint32_t *)&pPP->enmSpeaker); \
54 AssertMsgReturn( enmSpeaker == RTPINGPONGSPEAKER_PING \
55 || enmSpeaker == RTPINGPONGSPEAKER_PONG \
56 || enmSpeaker == RTPINGPONGSPEAKER_PONG_SIGNALED \
57 || enmSpeaker == RTPINGPONGSPEAKER_PING_SIGNALED, \
58 ("enmSpeaker
133 RTPINGPONGSPEAKER enmSpeaker; local
166 RTPINGPONGSPEAKER enmSpeaker; local
200 RTPINGPONGSPEAKER enmSpeaker; local
233 RTPINGPONGSPEAKER enmSpeaker; local
[all...]
/vbox/include/iprt/
H A Dsemaphore.h1231 volatile RTPINGPONGSPEAKER enmSpeaker; member in struct:RTPINGPONG
1305 RTPINGPONGSPEAKER enmSpeaker = pPP->enmSpeaker; local
1306 return enmSpeaker == RTPINGPONGSPEAKER_PING;
1319 RTPINGPONGSPEAKER enmSpeaker = pPP->enmSpeaker; local
1320 return enmSpeaker == RTPINGPONGSPEAKER_PONG;
1333 RTPINGPONGSPEAKER enmSpeaker = pPP->enmSpeaker; local
1334 return enmSpeaker
1349 RTPINGPONGSPEAKER enmSpeaker = pPP->enmSpeaker; local
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DDBGF.cpp1061 RTPINGPONGSPEAKER enmSpeaker = pVM->dbgf.s.PingPong.enmSpeaker; local
1062 if ( enmSpeaker == RTPINGPONGSPEAKER_PONG
1063 || enmSpeaker == RTPINGPONGSPEAKER_PONG_SIGNALED)
1089 RTPINGPONGSPEAKER enmSpeaker = pVM->dbgf.s.PingPong.enmSpeaker; local
1090 return enmSpeaker == RTPINGPONGSPEAKER_PONG_SIGNALED
1091 || enmSpeaker == RTPINGPONGSPEAKER_PONG;

Completed in 48 milliseconds