Searched refs:thr_func (Results 1 – 2 of 2) sorted by relevance
26 static void thr_func(void *arg) in thr_func() function79 if (rt_thread_init(&thread[i], "utest", thr_func, RT_NULL, in condvar_broadcast_tc()
31 static void *thr_func(void *arg PTS_ATTRIBUTE_UNUSED) in thr_func() function89 if (pthread_create(&thread[i], NULL, thr_func, NULL) != 0) { in posix_testcase()
Completed in 5 milliseconds