Home
last modified time | relevance | path

Searched refs:test_thread (Results 1 – 4 of 4) sorted by relevance

/examples/utest/testcases/cpp11/
A Dthread_tc.cpp15 static void test_thread(void) in test_thread() function
57 UTEST_UNIT_RUN(test_thread); in testcase()
/examples/libc/
A Dex6.c17 static void *test_thread(void *v_param) { in test_thread() function
30 status = pthread_create(&thread, NULL, test_thread, NULL); in libc_ex6()
A Dsem.c33 static void test_thread(void* parameter) in test_thread() function
67 tid = rt_thread_create("semtest", test_thread, RT_NULL, in libc_sem()
A Dex7.c33 static void *test_thread(void *ms_param) { in test_thread() function
84 status = pthread_create(&thread, NULL, test_thread, (void*) (count in libc_ex7()

Completed in 4 milliseconds