Home
last modified time | relevance | path

Searched refs:thread_func (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/tests/tcg/multiarch/
H A Dsigreturn-sigmask.c21 static void *thread_func(void *arg) in thread_func() function
45 assert(pthread_create(&thread, NULL, thread_func, NULL) == 0); in main()
/openbmc/qemu/tests/tcg/x86_64/
H A Dcross-modifying-code.c32 static void *thread_func(void *arg) in thread_func() function
64 err = pthread_create(&thread, NULL, &thread_func, &command); in main()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/gphoto2/
H A D0001-Match-prototypes-of-callbacks-with-libgphoto.patch21 @@ -1198,7 +1198,7 @@ thread_func (void *data)
32 pthread_create (&tid, NULL, thread_func, td);
H A D0001-gphoto2-Use-pthread_t-abstract-type-for-thead-IDs.patch19 @@ -1198,7 +1198,7 @@ thread_func (void *data)
/openbmc/qemu/tests/bench/
H A Datomic64-bench.c55 static void *thread_func(void *arg) in thread_func() function
105 qemu_thread_create(&threads[i], NULL, thread_func, info, in create_threads()
H A Datomic_add-bench.c53 static void *thread_func(void *arg) in thread_func() function
111 qemu_thread_create(&threads[i], NULL, thread_func, info, in create_threads()
H A Dqht-bench.c207 static void *thread_func(void *p) in thread_func() function
259 qemu_thread_create(&th[i], name, thread_func, &info[i], in th_create_n()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/bonnie/bonnie++/
H A Dfix-configure-lfs.patch7 @@ -82,8 +82,15 @@ void * thread_func(void * param) { return NULL; }
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/
H A D0001-test_functionality-convert-line-endings-to-Unix.patch1088 - def thread_func():
1094 - t = threading.Thread(target=thread_func)
2999 + def thread_func():
3005 + t = threading.Thread(target=thread_func)