Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/examples/libc/
H A Dex6.c9 static void *test_thread(void *v_param) { in test_thread() function
22 status = pthread_create(&thread, NULL, test_thread, NULL); in libc_ex6()
H A Dsem.c24 static void test_thread(void* parameter) in test_thread() function
58 tid = rt_thread_create("semtest", test_thread, RT_NULL, in libc_sem()
H A Dex7.c25 static void *test_thread(void *ms_param) { in test_thread() function
76 status = pthread_create(&thread, NULL, test_thread, (void*) (count in libc_ex7()