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