Searched defs:RTThreadPreemptIsPendingTrusty (Results 1 - 6 of 6) 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/darwin/
H A Dthreadpreempt-r0drv-darwin.cpp117 RTDECL(bool) RTThreadPreemptIsPendingTrusty(void) function
/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/os2/
H A Dthread-r0drv-os2.cpp134 RTDECL(bool) RTThreadPreemptIsPendingTrusty(void) function
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dthread-r0drv-nt.cpp161 RTDECL(bool) RTThreadPreemptIsPendingTrusty(void) function
/vbox/include/iprt/
H A Dmangling.h1702 # define RTThreadPreemptIsPendingTrusty RT_MANGLER(RTThreadPreemptIsPendingTrusty) /* r0drv */ macro

Completed in 65 milliseconds