Searched refs:thread_parent (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:cond
89 cond_signal(&thread_parent);
215 cond_init(&thread_parent);
228 cond_wait(&thread_parent, &thread_lock);
302 cond_destroy(&thread_parent);
H A Dfutex-hash.c41 static struct cond thread_parent, thread_worker; variable in typeref:struct:cond
80 cond_signal(&thread_parent);
170 cond_init(&thread_parent);
209 cond_wait(&thread_parent, &thread_lock);
223 cond_destroy(&thread_parent);
H A Dfutex-lock-pi.c41 static struct cond thread_parent, thread_worker; variable in typeref:struct:cond
90 cond_signal(&thread_parent);
204 cond_init(&thread_parent);
214 cond_wait(&thread_parent, &thread_lock);
228 cond_destroy(&thread_parent);
H A Dfutex-wake.c39 static struct cond thread_parent, thread_worker; variable in typeref:struct:cond
72 cond_signal(&thread_parent);
184 cond_init(&thread_parent);
197 cond_wait(&thread_parent, &thread_lock);
229 cond_destroy(&thread_parent);
H A Dfutex-wake-parallel.c54 static struct cond thread_parent, thread_worker; variable in typeref:struct:cond
135 cond_signal(&thread_parent);
303 cond_init(&thread_parent);
317 cond_wait(&thread_parent, &thread_lock);
340 cond_destroy(&thread_parent);
H A Depoll-wait.c116 static struct cond thread_parent, thread_worker; variable in typeref:struct:cond
196 cond_signal(&thread_parent);
490 cond_init(&thread_parent);
501 cond_wait(&thread_parent, &thread_lock);
526 cond_destroy(&thread_parent);
H A Depoll-ctl.c65 static struct cond thread_parent, thread_worker; variable in typeref:struct:cond
181 cond_signal(&thread_parent);
372 cond_init(&thread_parent);
383 cond_wait(&thread_parent, &thread_lock);
398 cond_destroy(&thread_parent);

Completed in 133 milliseconds