Home
last modified time | relevance | path

Searched refs:thread2_func (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/tcg/multiarch/
H A Dtestthread.c30 void *thread2_func(void *arg) in thread2_func() function
47 pthread_create(&tid2, NULL, thread2_func, "hello2"); in test_pthread()
/openbmc/qemu/tests/tcg/hexagon/
H A Datomics.c101 void *thread2_func(void *arg) in thread2_func() function
115 pthread_create(&tid2, NULL, thread2_func, "hello2"); in test_pthread()
/openbmc/qemu/tests/tcg/multiarch/linux/
H A Dlinux-test.c388 static int thread2_func(void *arg) in thread2_func() function
419 pid2 = chk_error(clone(thread2_func, stack2 + STACK_SIZE, in test_clone()