Searched refs:thread_proc (Results 1 – 8 of 8) sorted by relevance
/external/compiler-rt/test/asan/TestCases/Windows/ |
D | thread_stack_array_left_oob.cc | 6 DWORD WINAPI thread_proc(void *) { in thread_proc() function 19 HANDLE thr = CreateThread(NULL, 0, thread_proc, NULL, 0, NULL); in main()
|
D | thread_stack_array_right_oob.cc | 6 DWORD WINAPI thread_proc(void *) { in thread_proc() function 19 HANDLE thr = CreateThread(NULL, 0, thread_proc, NULL, 0, NULL); in main()
|
D | dll_thread_stack_array_left_oob.cc | 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()
|
D | beginthreadex.cc | 7 unsigned WINAPI thread_proc(void *) { in thread_proc() function 15 HANDLE thr = (HANDLE)_beginthreadex(NULL, 0, thread_proc, NULL, 0, NULL); in main()
|
D | thread_simple.cc | 6 DWORD WINAPI thread_proc(void *) { in thread_proc() function 15 HANDLE thr = CreateThread(NULL, 0, thread_proc, NULL, 0, NULL); in main()
|
D | thread_suspended.cc | 6 DWORD WINAPI thread_proc(void *) { in thread_proc() function 15 HANDLE thr = CreateThread(NULL, 0, thread_proc, NULL, CREATE_SUSPENDED, NULL); in main()
|
D | thread_stress.cc | 6 DWORD WINAPI thread_proc(void *) { in thread_proc() function 18 thr[i] = CreateThread(NULL, 0, thread_proc, NULL, 0, NULL); in main()
|
/external/valgrind/none/tests/solaris/ |
D | threads_exitall.c | 8 void *thread_proc(void *arg) in thread_proc() function 24 if (pthread_create(&thread, NULL, thread_proc, NULL)) { in main()
|