Home
last modified time | relevance | path

Searched refs:a_thread_func (Results 1 – 25 of 79) sorted by relevance

1234

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_equal/
D1-2.c24 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()
D1-1.c24 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/
D4-1.c25 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
D12-1.c23 static void *a_thread_func() in a_thread_func() function
33 ret = pthread_create(&new_th, NULL, a_thread_func, NULL); in main()
D2-1.c29 void *a_thread_func() in a_thread_func() function
41 ret = pthread_create(&new_th, NULL, a_thread_func, NULL); in main()
D1-2.c25 static void *a_thread_func() in a_thread_func() function
41 ret = pthread_create(&new_th, NULL, a_thread_func, NULL); in main()
D5-1.c26 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/
D5-1.c27 void *a_thread_func() in a_thread_func() function
39 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) { in main()
D4-1.c24 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/
D5-1.c25 static void *a_thread_func() in a_thread_func() function
36 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) { in main()
D6-2.c39 static void *a_thread_func() in a_thread_func() function
50 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) { in main()
D1-1.c27 static void *a_thread_func() in a_thread_func() function
52 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) { in main()
D2-1.c38 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/
D4-2.c32 void *a_thread_func() in a_thread_func() function
44 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) { in main()
D4-1.c31 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/
D6-1.c38 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/
D3-1.c31 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/
D1-1.c29 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/
D1-3.c46 void *a_thread_func() in a_thread_func() function
63 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) { in main()
D1-1.c47 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/
D1-1.c34 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/
D3-1.c26 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/
D1-1.c27 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/
D2-1.c28 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/
D3-1.c41 void *a_thread_func() in a_thread_func() function
68 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) { in main()

1234