Searched refs:readyThreadCountLock (Results 1 – 2 of 2) sorted by relevance
92 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);
23 pthread_mutex_t readyThreadCountLock; variable