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

/xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
H A Dapple_glx_drawable.c41 static pthread_mutex_t drawables_lock = PTHREAD_MUTEX_INITIALIZER; variable in typeref:typename:pthread_mutex_t
49 err = pthread_mutex_lock(&drawables_lock);
63 err = pthread_mutex_unlock(&drawables_lock);
/xsrc/external/mit/MesaLib/dist/src/glx/apple/
H A Dapple_glx_drawable.c41 static pthread_mutex_t drawables_lock = PTHREAD_MUTEX_INITIALIZER; variable in typeref:typename:pthread_mutex_t
49 err = pthread_mutex_lock(&drawables_lock);
63 err = pthread_mutex_unlock(&drawables_lock);

Completed in 11 milliseconds