Searched refs:thread_func (Results 1 – 2 of 2) sorted by relevance
36 static void *thread_func (void *arg);110 if (pthread_create (&thread, NULL, thread_func, mutex) == 0 /* Create. */ in test_locking_state_robust()121 thread_func (void *arg) in thread_func() function
37 thread_func (void *ctx __attribute__ ((unused))) in thread_func() function124 int ret = pthread_create (&thread, NULL, thread_func, NULL); in do_test()
Completed in 4 milliseconds