Home
last modified time | relevance | path

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

/xnu-11215/tools/tests/perf_index/PerfIndex_COPS_Module/
H A DPITest.m92 pthread_mutex_init(&self->readyThreadCountLock, NULL);
116 pthread_mutex_lock(&self->readyThreadCountLock);
118 pthread_cond_wait(&self->threadsReadyCvar, &self->readyThreadCountLock);
120 pthread_mutex_unlock(&self->readyThreadCountLock);
152 pthread_mutex_lock(&test->readyThreadCountLock);
157 pthread_cond_wait(&test->startCvar, &test->readyThreadCountLock);
158 pthread_mutex_unlock(&test->readyThreadCountLock);
H A DPITest.h23 pthread_mutex_t readyThreadCountLock; variable