Searched refs:thread_proc_2 (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/test/asan/TestCases/Windows/ |
D | thread_stack_reuse.cc | 14 DWORD WINAPI thread_proc_2(void *) { in thread_proc_2() function 30 thr = CreateThread(NULL, 0, thread_proc_2, NULL, 0, NULL); in main()
|
/external/llvm-project/compiler-rt/test/asan/TestCases/Windows/ |
D | thread_stack_reuse.cpp | 14 DWORD WINAPI thread_proc_2(void *) { in thread_proc_2() function 30 thr = CreateThread(NULL, 0, thread_proc_2, NULL, 0, NULL); in main()
|