Home
last modified time | relevance | path

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

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