Home
last modified time | relevance | path

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

/freebsd/tools/test/stress2/misc/
H A Dexeci386.sh48 thread_main() {
60 pthread_create(&thread, NULL, thread_main, NULL);
/freebsd/contrib/libder/tests/
H A Dfuzz_parallel.c33 thread_main(void *cookie) in thread_main() function
100 if (pthread_create(&threads[nthreads], NULL, thread_main, in LLVMFuzzerTestOneInput()
/freebsd/tools/tools/tscdrift/
H A Dtscdrift.c63 thread_main(void *arg) in thread_main() function
130 error = pthread_create(&child, NULL, thread_main, in main()