Home
last modified time | relevance | path

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

/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc1106 static void *MsanThreadStartFunc(void *arg) { in MsanThreadStartFunc() function
1125 int res = REAL(pthread_create)(th, attr, MsanThreadStartFunc, t); in INTERCEPTOR()