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

/xsrc/external/mit/MesaLib/dist/src/hgl/
H A DGLView.cpp77 thread_id lockerThread = fDisplayLock.LockingThread(); local in function:BGLView::UnlockGL
80 if (lockerThread != B_ERROR && lockerThread != callerThread) {
81 printf("UnlockGL is called from wrong thread, lockerThread: %d, callerThread: %d\n",
82 (int)lockerThread, (int)callerThread);

Completed in 2 milliseconds