HomeSort by relevance Sort by last modified time
    Searched refs:ctx_mutex (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_device.h 67 CRITICAL_SECTION ctx_mutex; member in struct:stw_device
100 EnterCriticalSection(&stw_dev->ctx_mutex);
107 LeaveCriticalSection(&stw_dev->ctx_mutex);
stw_device.c 109 InitializeCriticalSection(&stw_dev->ctx_mutex);
175 DeleteCriticalSection(&stw_dev->ctx_mutex);

Completed in 134 milliseconds