Searched refs:RTThreadPreemptIsPendingTrusty (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/generic/
H A DRTThreadPreemptIsPendingTrusty-r0drv-generic.cpp3 * IPRT - RTThreadPreemptIsPendingTrusty, Generic ring-0 driver implementation.
35 RTDECL(bool) RTThreadPreemptIsPendingTrusty(void) function
40 RT_EXPORT_SYMBOL(RTThreadPreemptIsPendingTrusty); variable
/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dthread-r0drv-haiku.c86 RTDECL(bool) RTThreadPreemptIsPendingTrusty(void)
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dthread-r0drv-linux.c153 RTDECL(bool) RTThreadPreemptIsPendingTrusty(void)
158 RT_EXPORT_SYMBOL(RTThreadPreemptIsPendingTrusty); variable
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dthread-r0drv-freebsd.c142 RTDECL(bool) RTThreadPreemptIsPendingTrusty(void)
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dthread-r0drv-solaris.c144 RTDECL(bool) RTThreadPreemptIsPendingTrusty(void)
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dthreadpreempt-r0drv-darwin.cpp117 RTDECL(bool) RTThreadPreemptIsPendingTrusty(void) function
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dthread-r0drv-nt.cpp161 RTDECL(bool) RTThreadPreemptIsPendingTrusty(void) function
/vbox/src/VBox/Runtime/r0drv/os2/
H A Dthread-r0drv-os2.cpp134 RTDECL(bool) RTThreadPreemptIsPendingTrusty(void) function
/vbox/include/iprt/
H A Dthread.h515 RTDECL(bool) RTThreadPreemptIsPendingTrusty(void);
H A Dmangling.h1702 # define RTThreadPreemptIsPendingTrusty RT_MANGLER(RTThreadPreemptIsPendingTrusty) /* r0drv */ macro
/vbox/src/VBox/Runtime/testcase/
H A DtstRTR0ThreadPreemption.cpp210 if (!RTThreadPreemptIsPendingTrusty())
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-haiku.c168 RTThreadPreemptIsPendingTrusty,
H A DVBoxGuest-haiku-stubs.c289 RTDECL(bool) RTThreadPreemptIsPendingTrusty(void)
/vbox/src/VBox/VMM/VMMR0/
H A DHMR0.cpp1219 if (RTThreadPreemptIsPendingTrusty())
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.cpp376 { "RTThreadPreemptIsPendingTrusty", (void *)RTThreadPreemptIsPendingTrusty },

Completed in 133 milliseconds