Searched refs:crThreadID (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_threads.h48 extern DECLEXPORT(unsigned long) crThreadID(void);
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dthreads.c120 unsigned long crThreadID(void) function
H A Derror.c695 offset = sprintf( txt, "[0x%x.0x%x] OpenGL Debug: ", GetCurrentProcessId(), crThreadID());
698 offset = sprintf( txt, "[0x%lx.0x%lx] OpenGL Debug: ", crGetPID(), crThreadID());
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_misc.c601 thread->id = crThreadID();
694 if (pack_spu.thread[i].inUse && thread==&pack_spu.thread[i] && thread->id==crThreadID())
724 && thread->id==crThreadID() && thread->netServer.conn)
H A Dpackspu_context.c52 thread->id = crThreadID();
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_init.c83 crDebug("RenderSPU: Window thread started (%x)", crThreadID());
129 crDebug("RenderSPU: Window thread stopped (%x)", crThreadID());
H A Drenderspu_glx.c495 crDebug("RenderSPU: Window thread started (%x)", crThreadID());
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dstub.c411 stub.hMessageHook = SetWindowsHookEx(WH_CALLWNDPROCRET, stubCBWindowMessageHookProc, 0, crThreadID());
H A Dcontext.c49 knownID = crThreadID();
52 else if (knownID != crThreadID()) {
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_main.c793 crThreadID(), pClient->conn->u32ClientID, *pcbBuffer, pClient->conn->cbHostBuffer);

Completed in 64 milliseconds