HomeSort by: relevance | last modified time | path
    Searched refs:DebugMutex (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
errors.c 312 simple_mtx_lock(&ctx->DebugMutex);
323 simple_mtx_unlock(&ctx->DebugMutex);
debug_output.c 690 simple_mtx_lock(&ctx->DebugMutex);
696 simple_mtx_unlock(&ctx->DebugMutex);
715 simple_mtx_unlock(&ctx->DebugMutex);
1261 simple_mtx_init(&ctx->DebugMutex, mtx_plain);
1289 simple_mtx_destroy(&ctx->DebugMutex);
mtypes.h 5475 simple_mtx_t DebugMutex;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
errors.c 309 simple_mtx_lock(&ctx->DebugMutex);
320 simple_mtx_unlock(&ctx->DebugMutex);
debug_output.c 705 simple_mtx_lock(&ctx->DebugMutex);
711 simple_mtx_unlock(&ctx->DebugMutex);
730 simple_mtx_unlock(&ctx->DebugMutex);
1276 simple_mtx_init(&ctx->DebugMutex, mtx_plain);
1304 simple_mtx_destroy(&ctx->DebugMutex);
mtypes.h 5054 simple_mtx_t DebugMutex;

Completed in 15 milliseconds