Searched refs:funnel (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/tools/tests/affinity/
H A Dpool.c51 pthread_mutex_t funnel; variable
105 pthread_mutex_lock(&funnel); \
107 pthread_mutex_unlock(&funnel); \
231 pthread_mutex_lock(&funnel);
234 pthread_mutex_unlock(&funnel);
244 pthread_cond_wait(&barrier, &funnel);
245 pthread_mutex_unlock(&funnel);
382 pthread_mutex_init(&funnel, NULL);
H A Dsets.c51 pthread_mutex_t funnel; variable
105 pthread_mutex_lock(&funnel); \
107 pthread_mutex_unlock(&funnel); \
221 pthread_mutex_lock(&funnel);
224 pthread_mutex_unlock(&funnel);
234 pthread_cond_wait(&barrier, &funnel);
235 pthread_mutex_unlock(&funnel);
403 pthread_mutex_init(&funnel, NULL);

Completed in 23 milliseconds