Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cc54 void RunThread(void *arg) { in RunThread() function
84 pthread_t run_thread = (pthread_t)internal_start_thread(RunThread, &arg); in StopTheWorld()