Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp747 static void *DFsanThreadStartFunc(void *arg) { in DFsanThreadStartFunc() function
771 int res = pthread_create(thread, attr, DFsanThreadStartFunc, t); in dfsan_pthread_create()