Searched defs:RTThreadSleep (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dthread-r0drv-darwin.cpp56 RTDECL(int) RTThreadSleep(RTMSINTERVAL cMillies) function
/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dthread-r0drv-haiku.c49 RTDECL(int) RTThreadSleep(RTMSINTERVAL cMillies) function
/vbox/src/VBox/Runtime/r3/win/
H A Dthread2-win.cpp49 RTR3DECL(int) RTThreadSleep(RTMSINTERVAL cMillies) function
51 LogFlow(("RTThreadSleep: cMillies=%d\n", cMillies));
53 LogFlow(("RTThreadSleep: returning %Rrc (cMillies=%d)\n", VINF_SUCCESS, cMillies));
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dthread-r0drv-freebsd.c82 rc = tsleep((void *)RTThreadSleep,
102 RTDECL(int) RTThreadSleep(RTMSINTERVAL cMillies) function
/vbox/src/VBox/Runtime/r3/posix/
H A Dthread2-posix.cpp55 RTDECL(int) RTThreadSleep(RTMSINTERVAL cMillies) function
57 LogFlow(("RTThreadSleep: cMillies=%d\n", cMillies));
71 LogFlow(("RTThreadSleep: returning %Rrc (cMillies=%d)\n", VINF_SUCCESS, cMillies));
84 LogFlow(("RTThreadSleep: returning %Rrc (cMillies=%d)\n", VINF_SUCCESS, cMillies));
90 LogFlow(("RTThreadSleep: returning %Rrc (cMillies=%d)\n", rc, cMillies));
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dthread-r0drv-linux.c71 RTDECL(int) RTThreadSleep(RTMSINTERVAL cMillies) function
75 RT_EXPORT_SYMBOL(RTThreadSleep); variable
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dthread-r0drv-solaris.c73 RTDECL(int) RTThreadSleep(RTMSINTERVAL cMillies) function
/vbox/src/VBox/Runtime/r0drv/os2/
H A Dthread-r0drv-os2.cpp64 int rc = KernBlock((ULONG)RTThreadSleep,
82 RTDECL(int) RTThreadSleep(RTMSINTERVAL cMillies) function
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dthread-r0drv-nt.cpp72 RTDECL(int) RTThreadSleep(RTMSINTERVAL cMillies) function
/vbox/src/VBox/Runtime/r3/os2/
H A Dthread-os2.cpp185 RTDECL(int) RTThreadSleep(RTMSINTERVAL cMillies) function
187 LogFlow(("RTThreadSleep: cMillies=%d\n", cMillies));
189 LogFlow(("RTThreadSleep: returning (cMillies=%d)\n", cMillies));
/vbox/include/iprt/
H A Dmangling.h1712 # define RTThreadSleep RT_MANGLER(RTThreadSleep) macro

Completed in 121 milliseconds