Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Dsignal_recursive.cpp103 void* BusyThread(void *arg) { in BusyThread() function
114 if (pthread_create(&busy_thread, NULL, &BusyThread, NULL) != 0) in main()