Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/multiarch/
H A Dtestthread.c17 void *thread1_func(void *arg) in thread1_func() function
46 pthread_create(&tid1, NULL, thread1_func, "hello1"); in test_pthread()
/openbmc/qemu/tests/tcg/hexagon/
H A Datomics.c92 void *thread1_func(void *arg) in thread1_func() function
114 pthread_create(&tid1, NULL, thread1_func, "hello1"); in test_pthread()
/openbmc/qemu/tests/tcg/multiarch/linux/
H A Dlinux-test.c378 static int thread1_func(void *arg) in thread1_func() function
413 pid1 = chk_error(clone(thread1_func, stack1 + STACK_SIZE, in test_clone()