Searched refs:drawMutex (Results 1 - 2 of 2) sorted by last modified time

/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dsharedtex_mt.c47 pthread_mutex_t drawMutex; member in struct:window
188 pthread_mutex_init(&h->drawMutex, NULL);
300 pthread_mutex_lock(&h->drawMutex);
303 pthread_mutex_unlock(&h->drawMutex);
377 pthread_mutex_unlock(&h->drawMutex);
398 pthread_mutex_lock(&h->drawMutex);
402 pthread_mutex_unlock(&h->drawMutex);
416 pthread_mutex_unlock(&h->drawMutex);
/xsrc/external/mit/mesa-demos/dist/src/wgl/
H A Dsharedtex_mt.c44 CRITICAL_SECTION drawMutex; member in struct:window
182 InitializeCriticalSection(&win->drawMutex);
322 EnterCriticalSection(&h->drawMutex);
324 LeaveCriticalSection(&h->drawMutex);
399 LeaveCriticalSection(&h->drawMutex);
486 EnterCriticalSection(&h->drawMutex);
489 LeaveCriticalSection(&h->drawMutex);
504 LeaveCriticalSection(&h->drawMutex);

Completed in 3 milliseconds