Searched refs:thread_main (Results 1 – 3 of 3) sorted by relevance
48 thread_main() {60 pthread_create(&thread, NULL, thread_main, NULL);
33 thread_main(void *cookie) in thread_main() function100 if (pthread_create(&threads[nthreads], NULL, thread_main, in LLVMFuzzerTestOneInput()
63 thread_main(void *arg) in thread_main() function130 error = pthread_create(&child, NULL, thread_main, in main()