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

/external/compiler-rt/test/asan/TestCases/Windows/
H A Dthread_stack_reuse.cc14 DWORD WINAPI thread_proc_2(void *) { function
30 thr = CreateThread(NULL, 0, thread_proc_2, NULL, 0, NULL);

Completed in 118 milliseconds