Searched refs:thread_func (Results 1 – 9 of 9) sorted by relevance
| /openbmc/qemu/tests/tcg/multiarch/ |
| H A D | sigreturn-sigmask.c | 21 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 D | cross-modifying-code.c | 32 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 D | 0001-Match-prototypes-of-callbacks-with-libgphoto.patch | 21 @@ -1198,7 +1198,7 @@ thread_func (void *data) 32 pthread_create (&tid, NULL, thread_func, td);
|
| H A D | 0001-gphoto2-Use-pthread_t-abstract-type-for-thead-IDs.patch | 19 @@ -1198,7 +1198,7 @@ thread_func (void *data)
|
| /openbmc/qemu/tests/bench/ |
| H A D | atomic64-bench.c | 55 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 D | atomic_add-bench.c | 53 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 D | qht-bench.c | 207 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 D | fix-configure-lfs.patch | 7 @@ -82,8 +82,15 @@ void * thread_func(void * param) { return NULL; }
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/ |
| H A D | 0001-test_functionality-convert-line-endings-to-Unix.patch | 1088 - def thread_func(): 1094 - t = threading.Thread(target=thread_func) 2999 + def thread_func(): 3005 + t = threading.Thread(target=thread_func)
|