Searched refs:thread_proc (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Windows/ |
| H A D | thread_stack_array_left_oob.cpp | 6 DWORD WINAPI thread_proc(void *) { in thread_proc() function 19 HANDLE thr = CreateThread(NULL, 0, thread_proc, NULL, 0, NULL); in main()
|
| H A D | thread_stack_array_right_oob.cpp | 6 DWORD WINAPI thread_proc(void *) { in thread_proc() function 19 HANDLE thr = CreateThread(NULL, 0, thread_proc, NULL, 0, NULL); in main()
|
| H A D | dll_thread_stack_array_left_oob.cpp | 8 DWORD WINAPI thread_proc(void *context) { in thread_proc() function 26 HANDLE thr = CreateThread(NULL, 0, thread_proc, NULL, 0, NULL); in test_function()
|
| H A D | beginthreadex.cpp | 7 unsigned WINAPI thread_proc(void *) { in thread_proc() function 15 HANDLE thr = (HANDLE)_beginthreadex(NULL, 0, thread_proc, NULL, 0, NULL); in main()
|
| H A D | thread_simple.cpp | 6 DWORD WINAPI thread_proc(void *) { in thread_proc() function 15 HANDLE thr = CreateThread(NULL, 0, thread_proc, NULL, 0, NULL); in main()
|
| H A D | thread_suspended.cpp | 6 DWORD WINAPI thread_proc(void *) { in thread_proc() function 15 HANDLE thr = CreateThread(NULL, 0, thread_proc, NULL, CREATE_SUSPENDED, NULL); in main()
|
| H A D | thread_stress.cpp | 6 DWORD WINAPI thread_proc(void *) { in thread_proc() function 18 thr[i] = CreateThread(NULL, 0, thread_proc, NULL, 0, NULL); in main()
|