/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_equal/ |
H A D | 1-2.c | 24 static void *a_thread_func() in a_thread_func() function 36 if (pthread_create(&new_th1, NULL, a_thread_func, NULL) != 0) { in main() 42 if (pthread_create(&new_th2, NULL, a_thread_func, NULL) != 0) { in main()
|
H A D | 1-1.c | 24 static void *a_thread_func() in a_thread_func() function 36 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
H A D | 4-1.c | 25 static void *a_thread_func(); 33 ret = pthread_create(&new_th, NULL, a_thread_func, NULL); in main() 56 static void *a_thread_func() in a_thread_func() function
|
H A D | 12-1.c | 23 static void *a_thread_func() in a_thread_func() function 33 ret = pthread_create(&new_th, NULL, a_thread_func, NULL); in main()
|
H A D | 1-2.c | 25 static void *a_thread_func() in a_thread_func() function 41 ret = pthread_create(&new_th, NULL, a_thread_func, NULL); in main()
|
H A D | 2-1.c | 29 static void *a_thread_func() in a_thread_func() function 41 ret = pthread_create(&new_th, NULL, a_thread_func, NULL); in main()
|
H A D | 1-1.c | 25 static void *a_thread_func() in a_thread_func() function 37 ret = pthread_create(&new_th, NULL, a_thread_func, NULL); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/ |
H A D | 5-1.c | 27 static void *a_thread_func() in a_thread_func() function 39 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) { in main()
|
H A D | 4-1.c | 24 static void *a_thread_func() in a_thread_func() function 46 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/ |
H A D | 1-1.c | 27 static void *a_thread_func() in a_thread_func() function 52 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) { in main()
|
H A D | 6-2.c | 39 static void *a_thread_func() in a_thread_func() function 50 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) { in main()
|
H A D | 5-1.c | 25 static void *a_thread_func() in a_thread_func() function 36 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/speculative/ |
H A D | 6-1.c | 38 static void *a_thread_func() in a_thread_func() function 53 if (pthread_create(&new_th, &attr, a_thread_func, NULL) != 0) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/ |
H A D | 4-2.c | 32 static void *a_thread_func() in a_thread_func() function 44 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) { in main()
|
H A D | 1-1.c | 28 static void *a_thread_func() in a_thread_func() function 60 if (pthread_create(&new_th, &new_attr, a_thread_func, NULL) != 0) { in main()
|
H A D | 2-1.c | 26 static void *a_thread_func() in a_thread_func() function 59 if (pthread_create(&new_th, &new_attr, a_thread_func, NULL) != 0) { in main()
|
H A D | 3-1.c | 24 static void *a_thread_func() in a_thread_func() function 57 if (pthread_create(&new_th, &new_attr, a_thread_func, NULL) != 0) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_self/ |
H A D | 1-1.c | 29 static void *a_thread_func() in a_thread_func() function 41 if (pthread_create(&new_th1, NULL, a_thread_func, NULL) != 0) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_destroy/ |
H A D | 1-1.c | 27 static void *a_thread_func() in a_thread_func() function 54 ret = pthread_create(&new_th, &new_attr, a_thread_func, NULL); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_init/ |
H A D | 2-1.c | 36 static void *a_thread_func() in a_thread_func() function 67 if (pthread_create(&new_th, &new_attr, a_thread_func, NULL) != 0) { in main()
|
H A D | 3-1.c | 26 static void *a_thread_func(void *attr PTS_ATTRIBUTE_UNUSED) in a_thread_func() function 48 pthread_create(&new_threads[i], &new_attr, a_thread_func, in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cleanup_pop/ |
H A D | 1-2.c | 44 static void *a_thread_func() in a_thread_func() function 70 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) { in main()
|
H A D | 1-1.c | 44 static void *a_thread_func() in a_thread_func() function 70 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cleanup_push/ |
H A D | 1-1.c | 47 static void *a_thread_func() in a_thread_func() function 64 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) { in main()
|
H A D | 1-3.c | 46 static void *a_thread_func() in a_thread_func() function 63 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) { in main()
|