Home
last modified time | relevance | path

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

/examples/utest/testcases/posix/pthread_h/functions/pthread_create/
A Dpthread_create_1-2_tc.c25 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 Dpthread_join_1-1_tc.c27 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 Dpthread_exit_1-1_tc.c34 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 Dpthread_detach_4-1_tc.c31 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 Dpthread_detach_2-1_tc.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 posix_testcase()
A Dpthread_detach_1-1_tc.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 posix_testcase()

Completed in 5 milliseconds