Home
last modified time | relevance | path

Searched refs:run_thread (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/regress/lib/libpthread/pthread_specific/
H A Dpthread_specific.c43 run_thread(void *arg) in run_thread() function
82 CHECKr(pthread_create(&threads[i], NULL, run_thread, NULL)); in main()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cpp84 pthread_t run_thread = (pthread_t)internal_start_thread(RunThread, &arg); in StopTheWorld() local
85 internal_join_thread(run_thread); in StopTheWorld()
/openbsd-src/regress/sys/kern/fork-exit/
H A Dfork-exit.c96 run_thread(void *arg) in run_thread()
143 error = pthread_create(&thrs[i], &tattr, run_thread, NULL); in create_threads()
93 run_thread(void *arg) run_thread() function
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dgnu-nat.c102 struct proc *run_thread,
1095 struct proc *run_thread, int run_others) in inf_set_threads_resume_sc() argument
1100 if (thread == run_thread) in inf_set_threads_resume_sc()