Searched refs:thread_func (Results 1 – 4 of 4) sorted by relevance
58 thread_func (void *ignored) in thread_func() function80 xpthread_join (xpthread_create (NULL, thread_func, NULL)); in do_test()
46 thread_func (void *closure) in thread_func() function72 threads[i] = xpthread_create (NULL, thread_func, args + i); in do_test()
44 thread_func (void *ctx __attribute__ ((unused))) in thread_func() function90 ret = pthread_create (&thread, NULL, thread_func, NULL); in do_test()
351 thread_func (void *arg) in thread_func() function474 (void *(*) (void *)) thread_func, thread) != 0) in __timer_thread_start()
Completed in 6 milliseconds