Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_win.cpp83 DWORD WINAPI RunThread(void *argument) { in RunThread() function
166 CreateThread(nullptr, 0, RunThread, &arg, 0, &trace_thread_id); in StopTheWorld()
H A Dsanitizer_stoptheworld_mac.cpp53 void *RunThread(void *arg) { in RunThread() function
84 pthread_t run_thread = (pthread_t)internal_start_thread(RunThread, &arg); in StopTheWorld()