Searched refs:test_thread (Results 1 – 4 of 4) sorted by relevance
15 static void test_thread(void) in test_thread() function57 UTEST_UNIT_RUN(test_thread); in testcase()
17 static void *test_thread(void *v_param) { in test_thread() function30 status = pthread_create(&thread, NULL, test_thread, NULL); in libc_ex6()
33 static void test_thread(void* parameter) in test_thread() function67 tid = rt_thread_create("semtest", test_thread, RT_NULL, in libc_sem()
33 static void *test_thread(void *ms_param) { in test_thread() function84 status = pthread_create(&thread, NULL, test_thread, (void*) (count in libc_ex7()
Completed in 4 milliseconds