Searched refs:thread_worker (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/perf/bench/
H A Dfutex-requeue.c39 static struct cond thread_parent, thread_worker; variable in typeref:struct:
90 cond_wait(&thread_worker, &thread_lock);
216 cond_init(&thread_worker);
229 cond_broadcast(&thread_worker);
303 cond_destroy(&thread_worker);
H A Dfutex-hash.c41 static struct cond thread_parent, thread_worker; variable in typeref:struct:
81 cond_wait(&thread_worker, &thread_lock);
171 cond_init(&thread_worker);
210 cond_broadcast(&thread_worker);
224 cond_destroy(&thread_worker);
H A Dfutex-lock-pi.c41 static struct cond thread_parent, thread_worker; variable in typeref:struct:
91 cond_wait(&thread_worker, &thread_lock);
205 cond_init(&thread_worker);
215 cond_broadcast(&thread_worker);
229 cond_destroy(&thread_worker);
H A Dfutex-wake.c39 static struct cond thread_parent, thread_worker; variable in typeref:struct:
73 cond_wait(&thread_worker, &thread_lock);
185 cond_init(&thread_worker);
198 cond_broadcast(&thread_worker);
230 cond_destroy(&thread_worker);
H A Dfutex-wake-parallel.c54 static struct cond thread_parent, thread_worker; variable in typeref:struct:
136 cond_wait(&thread_worker, &thread_lock);
304 cond_init(&thread_worker);
318 cond_broadcast(&thread_worker);
341 cond_destroy(&thread_worker);
H A Depoll-wait.c116 static struct cond thread_parent, thread_worker; variable in typeref:struct:
197 cond_wait(&thread_worker, &thread_lock);
491 cond_init(&thread_worker);
502 cond_broadcast(&thread_worker);
527 cond_destroy(&thread_worker);
H A Depoll-ctl.c65 static struct cond thread_parent, thread_worker; variable in typeref:struct:
182 cond_wait(&thread_worker, &thread_lock);
373 cond_init(&thread_worker);
384 cond_broadcast(&thread_worker);
399 cond_destroy(&thread_worker);

Completed in 130 milliseconds