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

/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_agl.c88 RTSemFastMutexRequest(render_spu.syncMutex);
98 RTSemFastMutexRelease(render_spu.syncMutex);
141 RTSemFastMutexRequest(render_spu.syncMutex);
160 RTSemFastMutexRelease(render_spu.syncMutex);
189 RTSemFastMutexRequest(render_spu.syncMutex);
198 RTSemFastMutexRelease(render_spu.syncMutex);
397 RTSemFastMutexRequest(render_spu.syncMutex);
421 RTSemFastMutexRelease(render_spu.syncMutex);
679 RTSemFastMutexRequest(render_spu.syncMutex);
686 RTSemFastMutexRelease(render_spu.syncMutex);
[all...]
H A Drenderspu_init.c282 RTSemFastMutexCreate(&render_spu.syncMutex);
551 RTSemFastMutexDestroy(render_spu.syncMutex);
H A Drenderspu.h341 RTSEMFASTMUTEX syncMutex; member in struct:__anon16468

Completed in 228 milliseconds