Searched refs:GetCurrentThreadId (Results 1 - 25 of 25) sorted by relevance

/vbox/src/VBox/Runtime/r3/win/
H A Dthread2-win.cpp45 return (RTNATIVETHREAD)GetCurrentThreadId();
H A Dthread-win.cpp111 rtThreadWinTellDebuggerThreadName(GetCurrentThreadId(), pThread->szName);
244 DWORD dwThreadId = GetCurrentThreadId();
H A Dsched-win.cpp290 if ((uintptr_t)pThread->Core.Key == GetCurrentThreadId())
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dquery.c64 if (!query->context->gl_info->supported[ARB_SYNC] && query->context->tid != GetCurrentThreadId())
143 if (query->context->tid != GetCurrentThreadId() && !gl_info->supported[ARB_SYNC])
206 if (!query->context->gl_info->supported[ARB_SYNC] && query->context->tid != GetCurrentThreadId())
350 if (oq->context->tid != GetCurrentThreadId())
480 if (oq->context->tid != GetCurrentThreadId())
518 if (oq->context->tid != GetCurrentThreadId())
H A Dcontext.c1251 DWORD tid = GetCurrentThreadId();
1261 DWORD tid = GetCurrentThreadId();
1831 ret->tid = GetCurrentThreadId();
2046 if (context->tid == GetCurrentThreadId() || !context->current)
H A Dswapchain.c1403 TRACE("Creating a new context for swapchain %p, thread %u.\n", swapchain, GetCurrentThreadId());
1441 DWORD tid = GetCurrentThreadId();
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dquery.c65 if (!query->context->gl_info->supported[ARB_SYNC] && query->context->tid != GetCurrentThreadId())
146 if (query->context->tid != GetCurrentThreadId() && !gl_info->supported[ARB_SYNC])
210 if (!query->context->gl_info->supported[ARB_SYNC] && query->context->tid != GetCurrentThreadId())
367 if (query->context->tid != GetCurrentThreadId())
506 if (query->context->tid != GetCurrentThreadId())
545 if (query->context->tid != GetCurrentThreadId())
H A Dcontext.c1111 DWORD tid = GetCurrentThreadId();
1121 DWORD tid = GetCurrentThreadId();
1709 ret->tid = GetCurrentThreadId();
1953 DWORD tid = GetCurrentThreadId();
2019 if (context->tid == GetCurrentThreadId() || !context->current)
2343 DWORD tid = GetCurrentThreadId();
2915 Assert(context->tid == GetCurrentThreadId());
2921 Assert(context->tid == GetCurrentThreadId());
H A Dswapchain.c1270 TRACE("Creating a new context for swapchain %p, thread %d\n", This, GetCurrentThreadId());
/vbox/src/VBox/Main/glue/
H A DNativeEventQueue.cpp49 AssertMsg(GetCurrentThreadId() == mThreadId, ("Must be on event queue thread!")); \
50 if (GetCurrentThreadId() != mThreadId) \
124 mThreadId = GetCurrentThreadId();
H A Dvboxapi.py472 from win32api import GetCurrentThread, GetCurrentThreadId, DuplicateHandle, GetCurrentProcess namespace
478 self.tid = GetCurrentThreadId()
593 from win32api import GetCurrentThreadId namespace
602 if self.tid != GetCurrentThreadId():
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/
H A Ddebug.c57 #define GetCurrentThreadId() (1) macro
231 int offset = sprintf(buf, "[0x%lx.0x%lx] Wine Debug: ", (unsigned long)GetCurrentProcessId(), (unsigned long)GetCurrentThreadId());
479 ret += wine_dbg_printf( "%s:[%#x]:%s:%s ", debug_classes[cls], GetCurrentThreadId(), channel->name, func );
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dthreads.c123 return (unsigned long) GetCurrentThreadId();
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/
H A Ddebug.c221 int offset = sprintf(buf, "[0x%lx.0x%lx] Wine Debug: ", GetCurrentProcessId(), GetCurrentThreadId());
465 ret += wine_dbg_printf( "%s:[%#x]:%s:%s ", debug_classes[cls], GetCurrentThreadId(), channel->name, func );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/
H A Ddebug.c221 int offset = sprintf(buf, "[0x%lx.0x%lx] Wine Debug: ", GetCurrentProcessId(), GetCurrentThreadId());
465 ret += wine_dbg_printf( "%s:[%#x]:%s:%s ", debug_classes[cls], GetCurrentThreadId(), channel->name, func );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/
H A Ddebug.c221 int offset = sprintf(buf, "[0x%lx.0x%lx] Wine Debug: ", GetCurrentProcessId(), GetCurrentThreadId());
465 ret += wine_dbg_printf( "%s:[%#x]:%s:%s ", debug_classes[cls], GetCurrentThreadId(), channel->name, func );
/vbox/src/libs/libxml2-2.6.31/
H A Dthreads.c730 return GetCurrentThreadId();
766 return(mainthread == GetCurrentThreadId ());
900 mainthread = GetCurrentThreadId();
/vbox/src/VBox/Main/src-server/win/
H A Dsvcmain.cpp344 _Module.dwThreadID = GetCurrentThreadId();
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxHelpers.cpp59 hCurrentThread = GetCurrentThreadId();
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Ddebug.c418 ret += wine_dbg_printf( "%s:[%#x]:%s:%s ", debug_classes[cls], GetCurrentThreadId(), channel->name, func );
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXthreads.h111 # define xthread_self GetCurrentThreadId
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dload.c1240 ExceptionInfo.ThreadId = GetCurrentThreadId();
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispDbg.cpp73 uint32_t cbWritten = sprintf(szBuffer, "['%s' 0x%x.0x%x] Disp: ", vboxVDbgDoGetModuleName(), GetCurrentProcessId(), GetCurrentThreadId());
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinbase.h2510 extern inline DWORD WINAPI GetCurrentThreadId(void);
2511 extern inline DWORD WINAPI GetCurrentThreadId(void) function
2548 WINBASEAPI DWORD WINAPI GetCurrentThreadId(void);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinbase.h2765 static FORCEINLINE DWORD WINAPI GetCurrentThreadId(void) function
2800 WINBASEAPI DWORD WINAPI GetCurrentThreadId(void);

Completed in 2099 milliseconds