Searched refs:MsanThreadStartFunc (Results 1 – 1 of 1) sorted by relevance
1106 static void *MsanThreadStartFunc(void *arg) { in MsanThreadStartFunc() function1125 int res = REAL(pthread_create)(th, attr, MsanThreadStartFunc, t); in INTERCEPTOR()