Searched refs:ctx_mutex (Results 1 – 3 of 3) sorted by relevance
74 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 …]
107 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()
68 pipe_mutex ctx_mutex; member