Searched refs:run_thread (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cpp83 pthread_t run_thread = (pthread_t)internal_start_thread(RunThread, &arg); local
84 internal_join_thread(run_thread);
/freebsd-12-stable/contrib/gdb/gdb/
H A Dgnu-nat.c102 struct proc *run_thread,
1109 struct proc *run_thread, int run_others)
1114 if (thread == run_thread)
1094 inf_set_threads_resume_sc(struct inf *inf, struct proc *run_thread, int run_others) argument

Completed in 190 milliseconds