Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_interceptors.cc1020 static void *MsanThreadStartFunc(void *arg) { in MsanThreadStartFunc() function
1039 int res = REAL(pthread_create)(th, attr, MsanThreadStartFunc, t); in INTERCEPTOR()