Searched defs:thread_parent (Results 1 - 14 of 14) sorted by relevance
| /kernel/linux/linux-5.10/tools/perf/bench/ |
| H A D | futex-hash.c | 44 static pthread_cond_t thread_parent, thread_worker; variable
|
| H A D | futex-requeue.c | 43 static pthread_cond_t thread_parent, thread_worker; variable
|
| H A D | futex-wake.c | 44 static pthread_cond_t thread_parent, thread_worker; variable
|
| H A D | futex-lock-pi.c | 43 static pthread_cond_t thread_parent, thread_worker; variable
|
| H A D | epoll-ctl.c | 65 static pthread_cond_t thread_parent, thread_worker; variable
|
| H A D | futex-wake-parallel.c | 54 static pthread_cond_t thread_parent, thread_worker; variable
|
| H A D | epoll-wait.c | 116 static pthread_cond_t thread_parent, thread_worker; variable
|
| /kernel/linux/linux-6.6/tools/perf/bench/ |
| H A D | futex-hash.c | 41 static struct cond thread_parent, thread_worker; variable
|
| H A D | futex-lock-pi.c | 41 static struct cond thread_parent, thread_worker; variable
|
| H A D | futex-requeue.c | 39 static struct cond thread_parent, thread_worker; variable
|
| H A D | futex-wake.c | 39 static struct cond thread_parent, thread_worker; variable
|
| H A D | epoll-ctl.c | 65 static struct cond thread_parent, thread_worker; variable
|
| H A D | futex-wake-parallel.c | 54 static struct cond thread_parent, thread_worker; variable
|
| H A D | epoll-wait.c | 116 static struct cond thread_parent, thread_worker; variable
|
Completed in 9 milliseconds