Searched refs:thread_resume (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_state.c73 mtx_t thread_resume; member in struct:csmt_context
118 mtx_lock(&ctx->thread_resume);
120 mtx_unlock(&ctx->thread_resume);
158 (void) mtx_init(&ctx->thread_resume, mtx_plain);
238 mtx_destroy(&ctx->thread_resume);
261 mtx_lock(&ctx->thread_resume);
283 mtx_unlock(&ctx->thread_resume);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_state.c73 mtx_t thread_resume; member in struct:csmt_context
118 mtx_lock(&ctx->thread_resume);
120 mtx_unlock(&ctx->thread_resume);
158 (void) mtx_init(&ctx->thread_resume, mtx_plain);
248 mtx_destroy(&ctx->thread_resume);
271 mtx_lock(&ctx->thread_resume);
293 mtx_unlock(&ctx->thread_resume);

Completed in 10 milliseconds