Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_pthread_wrappers.h35 inline DWORD WINAPI PthreadHelperThreadProc(void *arg) { in PthreadHelperThreadProc() function
49 *thread = CreateThread(0, 0, PthreadHelperThreadProc, data, 0, 0); in PTHREAD_CREATE()