Home
last modified time | relevance | path

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

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