Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_context.c74 pipe_mutex_lock( stw_dev->ctx_mutex ); in DrvCopyContext()
87 pipe_mutex_unlock( stw_dev->ctx_mutex ); in DrvCopyContext()
104 pipe_mutex_lock( stw_dev->ctx_mutex ); in DrvShareLists()
112 pipe_mutex_unlock( stw_dev->ctx_mutex ); in DrvShareLists()
175 pipe_mutex_lock( stw_dev->ctx_mutex ); in stw_create_context_attribs()
177 pipe_mutex_unlock( stw_dev->ctx_mutex ); in stw_create_context_attribs()
220 pipe_mutex_lock( stw_dev->ctx_mutex ); in stw_create_context_attribs()
222 pipe_mutex_unlock( stw_dev->ctx_mutex ); in stw_create_context_attribs()
246 pipe_mutex_lock( stw_dev->ctx_mutex ); in DrvDeleteContext()
249 pipe_mutex_unlock( stw_dev->ctx_mutex ); in DrvDeleteContext()
[all …]
Dstw_device.c107 pipe_mutex_init( stw_dev->ctx_mutex ); in stw_init()
158 pipe_mutex_lock( stw_dev->ctx_mutex ); in stw_cleanup()
160 pipe_mutex_unlock( stw_dev->ctx_mutex ); in stw_cleanup()
172 pipe_mutex_destroy( stw_dev->ctx_mutex ); in stw_cleanup()
Dstw_device.h68 pipe_mutex ctx_mutex; member