Searched refs:gStopMutex (Results 1 – 2 of 2) sorted by relevance
198 UMTX gStopMutex; // Lets main thread suspend test threads. variable343 umtx_lock(&gStopMutex); in threadMain()344 umtx_unlock(&gStopMutex); in threadMain()405 umtx_lock(&gStopMutex); in main()424 umtx_unlock(&gStopMutex); in main()474 … umtx_lock(&gStopMutex); // Block the worker threads at the top of their loop in main()495 umtx_unlock(&gStopMutex); in main()530 umtx_destroy(&gStopMutex); in main()