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

/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_win.cpp83 DWORD WINAPI RunThread(void *argument) { function in namespace:__sanitizer::__anon138
166 CreateThread(nullptr, 0, RunThread, &arg, 0, &trace_thread_id);
H A Dsanitizer_stoptheworld_mac.cpp53 void *RunThread(void *arg) { function in namespace:__sanitizer
84 pthread_t run_thread = (pthread_t)internal_start_thread(RunThread, &arg);
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cpp182 void *RunThread(void *arg) { function in namespace:__sanitizer
207 PTHREAD_CREATE(&threads[i], 0, RunThread, &args[i]);

Completed in 198 milliseconds