Searched refs:rtThreadNativeAdopt (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/os2/
H A Dthread2-r0drv-os2.cpp61 DECLHIDDEN(int) rtThreadNativeAdopt(PRTTHREADINT pThread) function
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dthread2-r0drv-linux.c99 DECLHIDDEN(int) rtThreadNativeAdopt(PRTTHREADINT pThread) function
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dthread2-r0drv-freebsd.c92 DECLHIDDEN(int) rtThreadNativeAdopt(PRTTHREADINT pThread) function
/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dthread2-r0drv-haiku.c84 DECLHIDDEN(int) rtThreadNativeAdopt(PRTTHREADINT pThread) function
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dthread2-r0drv-nt.cpp84 DECLHIDDEN(int) rtThreadNativeAdopt(PRTTHREADINT pThread) function
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dthread2-r0drv-solaris.c88 DECLHIDDEN(int) rtThreadNativeAdopt(PRTTHREADINT pThread) function
/vbox/src/VBox/Runtime/include/internal/
H A Dthread.h172 DECLHIDDEN(int) rtThreadNativeAdopt(PRTTHREADINT pThread);
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dthread2-r0drv-darwin.cpp133 DECLHIDDEN(int) rtThreadNativeAdopt(PRTTHREADINT pThread) function
/vbox/src/VBox/Runtime/r3/os2/
H A Dthread-os2.cpp101 DECLHIDDEN(int) rtThreadNativeAdopt(PRTTHREADINT pThread) function
/vbox/src/VBox/Runtime/r3/posix/
H A Dthread-posix.cpp269 DECLHIDDEN(int) rtThreadNativeAdopt(PRTTHREADINT pThread) function
/vbox/src/VBox/Runtime/r3/win/
H A Dthread-win.cpp106 DECLHIDDEN(int) rtThreadNativeAdopt(PRTTHREADINT pThread) function
/vbox/src/VBox/Runtime/common/misc/
H A Dthread.cpp269 * (It is vital that rtThreadNativeAdopt updates the TLS before
277 rc = rtThreadNativeAdopt(pThread);

Completed in 59 milliseconds