Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Dstress.cpp13 __attribute__((noinline)) void *SecondaryThread(void *x) { in SecondaryThread() function
35 SecondaryThread(NULL); in Thread()
46 pthread_create(&th, NULL, SecondaryThread, NULL); in Thread()