Searched refs:thread1_func (Results 1 – 3 of 3) sorted by relevance
17 void *thread1_func(void *arg) in thread1_func() function46 pthread_create(&tid1, NULL, thread1_func, "hello1"); in test_pthread()
92 void *thread1_func(void *arg) in thread1_func() function114 pthread_create(&tid1, NULL, thread1_func, "hello1"); in test_pthread()
378 static int thread1_func(void *arg) in thread1_func() function413 pid1 = chk_error(clone(thread1_func, stack1 + STACK_SIZE, in test_clone()