/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_equal/ |
D | 1-2.c | 24 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()
|
D | 1-1.c | 24 void *a_thread_func() in a_thread_func() function 36 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
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
|
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()
|
D | 2-1.c | 29 void *a_thread_func() in a_thread_func() function 41 ret = pthread_create(&new_th, NULL, a_thread_func, NULL); in main()
|
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()
|
D | 5-1.c | 26 static void *a_thread_func(void *num) in a_thread_func() function 40 ret = pthread_create(&new_th, NULL, a_thread_func, (void *)i); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/ |
D | 5-1.c | 27 void *a_thread_func() in a_thread_func() function 39 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) { in main()
|
D | 4-1.c | 24 void *a_thread_func() in a_thread_func() function 46 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/ |
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()
|
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()
|
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()
|
D | 2-1.c | 38 static void *a_thread_func() in a_thread_func() function 53 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/ |
D | 4-2.c | 32 void *a_thread_func() in a_thread_func() function 44 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) { in main()
|
D | 4-1.c | 31 void *a_thread_func() in a_thread_func() function 64 if (pthread_create(&new_th, &new_attr, a_thread_func, NULL) != 0) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/speculative/ |
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()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setcancelstate/ |
D | 3-1.c | 31 void *a_thread_func() in a_thread_func() function 48 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_self/ |
D | 1-1.c | 29 void *a_thread_func() in a_thread_func() function 41 if (pthread_create(&new_th1, NULL, a_thread_func, NULL) != 0) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cleanup_push/ |
D | 1-3.c | 46 void *a_thread_func() in a_thread_func() function 63 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) { in main()
|
D | 1-1.c | 47 void *a_thread_func() in a_thread_func() function 64 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/ |
D | 1-1.c | 34 void *a_thread_func() in a_thread_func() function 51 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_init/ |
D | 3-1.c | 26 void *a_thread_func(void *attr) in a_thread_func() function 48 pthread_create(&new_threads[i], &new_attr, a_thread_func, in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_destroy/ |
D | 1-1.c | 27 void *a_thread_func() in a_thread_func() function 54 ret = pthread_create(&new_th, &new_attr, a_thread_func, NULL); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setdetachstate/ |
D | 2-1.c | 28 void *a_thread_func() in a_thread_func() function 55 if (pthread_create(&new_th, &new_attr, a_thread_func, NULL) != 0) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_create/ |
D | 3-1.c | 41 void *a_thread_func() in a_thread_func() function 68 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) { in main()
|