Searched refs:thr (Results 1 – 6 of 6) sorted by relevance
/tools/testing/selftests/futex/functional/ |
D | futex_wait_private_mapped_file.c | 74 pthread_t thr; in main() local 102 ret = pthread_create(&thr, NULL, thr_futex_wait, NULL); in main() 120 pthread_join(thr, NULL); in main()
|
D | futex_wait_uninitialized_heap.c | 70 pthread_t thr; in main() local 104 ret = pthread_create(&thr, NULL, wait_thread, NULL); in main()
|
/tools/testing/selftests/kvm/x86_64/ |
D | mmio_warning_test.c | 39 void *thr(void *arg) in thr() function 72 pthread_create(&th[i], NULL, thr, (void *)(uintptr_t)&tc); in test()
|
/tools/testing/selftests/powerpc/tm/ |
D | tm-signal-pagefault.c | 140 pthread_t thr; in setup_uf_mem() local 186 ret = pthread_create(&thr, NULL, fault_handler_thread, (void *) uffd); in setup_uf_mem()
|
/tools/perf/util/ |
D | svghelper.c | 703 int thr; in scan_thread_topology() local 709 for_each_set_bit(thr, cpumask_bits(&t->sib_thr[i]), nr_cpus) in scan_thread_topology() 710 if (map[thr] == -1) in scan_thread_topology() 711 map[thr] = (*pos)++; in scan_thread_topology()
|
/tools/testing/selftests/cgroup/ |
D | test_core.c | 627 pthread_t thr; in test_cgcore_thread_migration() local 651 if (pthread_create(&thr, NULL, migrating_thread_fn, grps)) in test_cgcore_thread_migration() 654 if (pthread_join(thr, &retval)) in test_cgcore_thread_migration()
|