Home
last modified time | relevance | path

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

1234

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_equal/
H A D1-2.c24 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 D1-1.c24 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 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
H A 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()
H A 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()
H A D2-1.c29 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 D1-1.c25 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 D5-1.c27 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 D4-1.c24 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 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()
H A 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()
H A 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()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/speculative/
H A 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()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
H A D4-2.c32 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 D1-1.c28 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 D2-1.c26 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 D3-1.c24 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 D1-1.c29 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 D1-1.c27 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 D2-1.c36 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 D3-1.c26 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 D1-2.c44 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 D1-1.c44 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 D1-1.c47 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 D1-3.c46 static void *a_thread_func() in a_thread_func() function
63 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) { in main()

Completed in 5 milliseconds

1234