Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_state.c72 mtx_t thread_running; member
102 mtx_lock(&ctx->thread_running); in nine_csmt_worker()
116 mtx_unlock(&ctx->thread_running); in nine_csmt_worker()
119 mtx_lock(&ctx->thread_running); in nine_csmt_worker()
124 mtx_unlock(&ctx->thread_running); in nine_csmt_worker()
157 (void) mtx_init(&ctx->thread_running, mtx_plain); in nine_csmt_create()
260 mtx_lock(&ctx->thread_running); in nine_csmt_pause()
277 mtx_unlock(&ctx->thread_running); in nine_csmt_resume()