Searched refs:RTThreadPreemptIsPending (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/generic/
H A DRTThreadPreemptIsPending-r0drv-generic.cpp3 * IPRT - RTThreadPreemptIsPending, Generic ring-0 driver implementation.
37 RTDECL(bool) RTThreadPreemptIsPending(RTTHREAD hThread) function
42 RT_EXPORT_SYMBOL(RTThreadPreemptIsPending); variable
/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dthread-r0drv-haiku.c77 RTDECL(bool) RTThreadPreemptIsPending(RTTHREAD hThread)
88 /* RTThreadPreemptIsPending is not reliable yet. */
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dthread-r0drv-linux.c134 RTDECL(bool) RTThreadPreemptIsPending(RTTHREAD hThread)
150 RT_EXPORT_SYMBOL(RTThreadPreemptIsPending); variable
155 /* yes, RTThreadPreemptIsPending is reliable. */
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dthread-r0drv-freebsd.c134 RTDECL(bool) RTThreadPreemptIsPending(RTTHREAD hThread)
144 /* yes, RTThreadPreemptIsPending is reliable. */
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dthread-r0drv-solaris.c134 RTDECL(bool) RTThreadPreemptIsPending(RTTHREAD hThread)
146 /* yes, RTThreadPreemptIsPending is reliable. */
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dthreadpreempt-r0drv-darwin.cpp105 RTDECL(bool) RTThreadPreemptIsPending(RTTHREAD hThread) function
119 /* yes, we think that RTThreadPreemptIsPending is reliable... */
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dthread-r0drv-nt.cpp102 RTDECL(bool) RTThreadPreemptIsPending(RTTHREAD hThread) function
163 #if 0 /** @todo RTThreadPreemptIsPending isn't good enough on w7 and possibly elsewhere. */
164 /* RTThreadPreemptIsPending is only reliable if we've got both offsets and size. */
/vbox/src/VBox/Runtime/r0drv/os2/
H A Dthread-r0drv-os2.cpp111 RTDECL(bool) RTThreadPreemptIsPending(RTTHREAD hThread) function
136 /* yes, RTThreadPreemptIsPending is reliable. */
/vbox/include/iprt/
H A Dthread.h508 RTDECL(bool) RTThreadPreemptIsPending(RTTHREAD hThread);
511 * Is RTThreadPreemptIsPending reliable?
H A Dmangling.h1701 # define RTThreadPreemptIsPending RT_MANGLER(RTThreadPreemptIsPending) /* r0drv */ macro
/vbox/src/VBox/Runtime/testcase/
H A DtstRTR0ThreadPreemption.cpp235 fPending = RTThreadPreemptIsPending(NIL_RTTHREAD);
249 RTStrPrintf(pszErr, cchErr, "RTThreadPreemptIsPending returned true after %'llu loops / %'llu ns / %'llu ns (sys)",
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-haiku.c167 RTThreadPreemptIsPending,
H A DVBoxGuest-haiku-stubs.c285 RTDECL(bool) RTThreadPreemptIsPending(RTTHREAD hThread)
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.cpp375 { "RTThreadPreemptIsPending", (void *)RTThreadPreemptIsPending },
/vbox/src/VBox/VMM/VMMR0/
H A DHMSVMR0.cpp3036 if (RTThreadPreemptIsPending(NIL_RTTHREAD))
H A DHMVMXR0.cpp8651 if (RTThreadPreemptIsPending(NIL_RTTHREAD))

Completed in 149 milliseconds