Home
last modified time | relevance | path

Searched refs:callerThread (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/hgl/
DGLView.cpp78 thread_id callerThread = find_thread(NULL); in UnlockGL() local
80 if (lockerThread != B_ERROR && lockerThread != callerThread) { in UnlockGL()
82 (int)lockerThread, (int)callerThread); in UnlockGL()