Searched refs:thread2_func (Results 1 – 3 of 3) sorted by relevance
30 void *thread2_func(void *arg) in thread2_func() function47 pthread_create(&tid2, NULL, thread2_func, "hello2"); in test_pthread()
101 void *thread2_func(void *arg) in thread2_func() function115 pthread_create(&tid2, NULL, thread2_func, "hello2"); in test_pthread()
388 static int thread2_func(void *arg) in thread2_func() function419 pid2 = chk_error(clone(thread2_func, stack2 + STACK_SIZE, in test_clone()