Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/
H A Ddeep_thread_stack.cpp29 void *RunnerThread(void *function) { in RunnerThread() function
38 pthread_create(&runner, NULL, RunnerThread, (void*)function); in RunThread()