/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_destroy/ |
D | 3-1.c | 53 pthread_t child_thread; in main() local 70 if (pthread_create(&child_thread, NULL, fn_chld, NULL) != 0) { in main() 76 pthread_join(child_thread, NULL); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_wait/ |
D | 3-2.c | 86 pthread_t child_thread; in main() local 98 if (pthread_create(&child_thread, NULL, fn_chld, NULL) != 0) { in main() 120 if (pthread_kill(child_thread, SIGUSR1) != 0) { in main() 158 if (pthread_join(child_thread, NULL) != 0) { in main()
|
D | 3-1.c | 80 pthread_t child_thread; in main() local 91 if (pthread_create(&child_thread, NULL, fn_chld, NULL) != 0) { in main() 113 if (pthread_kill(child_thread, SIGUSR1) != 0) { in main() 166 if (pthread_join(child_thread, NULL) != 0) { in main()
|
D | 1-1.c | 67 pthread_t child_thread; in main() local 84 if (pthread_create(&child_thread, NULL, fn_chld, NULL) != 0) { in main() 136 if (pthread_join(child_thread, NULL) != 0) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_init/ |
D | 4-1.c | 55 pthread_t child_thread; in main() local 83 if (pthread_create(&child_thread, NULL, fn_chld, NULL) != 0) { in main() 89 pthread_join(child_thread, NULL); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_trylock/ |
D | 1-1.c | 78 pthread_t child_thread; in main() local 97 if (pthread_create(&child_thread, NULL, fn_chld, NULL) != 0) { in main() 103 pthread_join(child_thread, NULL); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_unlock/ |
D | 3-1.c | 80 pthread_t child_thread; in main() local 86 if (pthread_create(&child_thread, NULL, fn_chld, NULL) != 0) { in main() 106 if (pthread_join(child_thread, NULL) != 0) { in main()
|
D | 1-1.c | 70 pthread_t child_thread; in main() local 96 if (pthread_create(&child_thread, NULL, fn_chld, NULL) != 0) { in main() 102 if (pthread_join(child_thread, NULL) != 0) { in main()
|
D | 1-2.c | 75 pthread_t child_thread; in main() local 94 if (pthread_create(&child_thread, NULL, fn_chld, NULL) != 0) { in main() 134 if (pthread_join(child_thread, NULL) != 0) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_lock/ |
D | 1-2.c | 74 pthread_t child_thread; in main() local 97 if (pthread_create(&child_thread, NULL, fn_chld, NULL) != 0) { in main() 138 if (pthread_join(child_thread, NULL) != 0) { in main()
|
D | 1-1.c | 101 pthread_t child_thread; in main() local 132 if (pthread_create(&child_thread, NULL, fn_chld, NULL) != 0) { in main() 138 if (pthread_join(child_thread, &value_ptr) != 0) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_init/ |
D | 4-1.c | 72 pthread_t child_thread; in main() local 89 if (pthread_create(&child_thread, NULL, fn_chld, NULL) != 0) { in main() 126 pthread_cancel(child_thread); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_destroy/ |
D | 2-1.c | 83 pthread_t child_thread, watchdog_thread; in main() local 93 if (pthread_create(&child_thread, NULL, fn_chld, NULL) != 0) { in main() 134 pthread_cancel(child_thread); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/getpid/ |
D | 1-1.c | 73 pthread_t child_thread; in main() local 82 ret = pthread_create(&child_thread, NULL, threaded, &hispid); in main() 86 ret = pthread_join(child_thread, NULL); in main()
|
/third_party/ltp/testcases/kernel/syscalls/tgkill/ |
D | tgkill03.c | 19 static pthread_t child_thread; variable 58 SAFE_PTHREAD_CREATE(&child_thread, NULL, child_thread_func, NULL); in setup() 75 SAFE_PTHREAD_JOIN(child_thread, NULL); in cleanup()
|
/third_party/ltp/testcases/realtime/func/pi-tests/ |
D | testpi-6.c | 46 void *child_thread(void *arg) in child_thread() function 89 create_other_thread(child_thread, NULL); in do_test()
|
D | testpi-5.c | 45 void *child_thread(void *arg) in child_thread() function 90 create_other_thread(child_thread, NULL); in do_test()
|
/third_party/ltp/testcases/cve/ |
D | cve-2015-3290.c | 316 static void *child_thread(void *arg LTP_ATTRIBUTE_UNUSED) in child_thread() function 415 SAFE_PTHREAD_CREATE(&threads[i], NULL, child_thread, NULL); in do_child()
|
/third_party/grpc/test/core/end2end/tests/ |
D | connectivity.cc | 47 static void child_thread(void* arg) { in child_thread() function 79 grpc_core::Thread thd("grpc_connectivity", child_thread, &ce); in test_connectivity()
|