Home
last modified time | relevance | path

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

/external/ltp/testcases/realtime/func/pi-tests/
Dsbrk_mutex.c52 #define NUM_CONCURRENT_LOCKS 50 macro
82 for (i = 0; i < NUM_MUTEXES + NUM_CONCURRENT_LOCKS; i++) { in worker_thread()
84 if (i >= NUM_CONCURRENT_LOCKS) { in worker_thread()
85 pthread_mutex_unlock(mutexes[i - NUM_CONCURRENT_LOCKS]); in worker_thread()