Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cc52 void RunThread(void *arg) { in RunThread() function
82 pthread_t run_thread = (pthread_t)internal_start_thread(RunThread, &arg); in StopTheWorld()
/netbsd-src/sys/external/bsd/compiler_rt/dist/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()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
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()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cc185 void *RunThread(void *arg) { in RunThread() function
209 PTHREAD_CREATE(&threads[i], 0, RunThread, &args[i]); in ThreadedTestRegistry()