Searched refs:a_thread_func (Results 1 – 6 of 6) sorted by relevance
| /examples/utest/testcases/posix/pthread_h/functions/pthread_create/ |
| A D | pthread_create_1-2_tc.c | 25 static void *a_thread_func() in a_thread_func() function 41 ret = pthread_create(&new_th, NULL, a_thread_func, NULL); in posix_testcase()
|
| /examples/utest/testcases/posix/pthread_h/functions/pthread_join/ |
| A D | pthread_join_1-1_tc.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 posix_testcase()
|
| /examples/utest/testcases/posix/pthread_h/functions/pthread_exit/ |
| A D | pthread_exit_1-1_tc.c | 34 static void *a_thread_func() in a_thread_func() function 51 if (pthread_create(&new_th, NULL, a_thread_func, NULL) != 0) { in posix_testcase()
|
| /examples/utest/testcases/posix/pthread_h/functions/pthread_detach/ |
| A D | pthread_detach_4-1_tc.c | 31 static void *a_thread_func() in a_thread_func() function 64 if (pthread_create(&new_th, &new_attr, a_thread_func, NULL) != 0) { in posix_testcase()
|
| A D | pthread_detach_2-1_tc.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 posix_testcase()
|
| A D | pthread_detach_1-1_tc.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 posix_testcase()
|
Completed in 5 milliseconds