Searched defs:MsanThreadStartFunc (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc1054 static void *MsanThreadStartFunc(void *arg) { function
1073 int res = REAL(pthread_create)(th, attr, MsanThreadStartFunc, t);

Completed in 83 milliseconds