/reactos/modules/rostests/apitests/ws2_32/ |
H A D | close.c | 66 DWORD WINAPI thread_proc(void* param) in thread_proc() function 113 hthread = CreateThread(NULL, 0, thread_proc, (void*)sock, 0, NULL); in Test_CloseWhileSelectSameSocket() 162 hthread = CreateThread(NULL, 0, thread_proc, (void*)dup_sock, 0, NULL); in Test_CloseWhileSelectDuplicatedSocket()
|
/reactos/modules/rostests/winetests/gdi32/ |
H A D | gdiobj.c | 118 static DWORD WINAPI thread_proc(void *param) in thread_proc() function 159 hthread = CreateThread(NULL, 0, thread_proc, &hgdiobj_event, 0, &tid); in test_thread_objects()
|
/reactos/modules/rostests/apitests/user32/ |
H A D | AttachThreadInput.c | 83 static DWORD WINAPI thread_proc(void *param) in thread_proc() function 123 data[i].hThread = CreateThread(NULL, 0, thread_proc, &data[i], 0, &data[i].tid); in CreateTestThread()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | input.c | 2600 static DWORD WINAPI thread_proc(void *param) in thread_proc() function 2677 hThread = CreateThread(NULL, 0, thread_proc, &wnd_event, 0, &tid); in test_attach_input() 2742 hThread = CreateThread(NULL, 0, thread_proc, &wnd_event, 0, &tid); in test_attach_input() 2802 hThread = CreateThread(NULL, 0, thread_proc, &wnd_event, 0, &tid); in test_attach_input() 2837 hThread = CreateThread(NULL, 0, thread_proc, &wnd_event, 0, &tid); in test_attach_input() 2861 hThread = CreateThread(NULL, 0, thread_proc, &wnd_event, 0, &tid); in test_attach_input()
|
H A D | class.c | 322 static DWORD WINAPI thread_proc(void *param) in thread_proc() function 342 hThread = CreateThread(NULL, 0, thread_proc, &class_info, 0, &tid); in check_thread_instance()
|
H A D | msg.c | 8529 static DWORD WINAPI thread_proc(void *param) in thread_proc() function 8674 hThread = CreateThread(NULL, 0, thread_proc, &wnd_event, 0, &tid); in test_interthread_messages() 8777 hThread = CreateThread(NULL, 0, thread_proc, &wnd_event, 0, &tid); in test_interthread_messages() 16984 hthread = CreateThread(NULL, 0, thread_proc, &wnd_event, 0, &tid); in test_SetFocus()
|
/reactos/modules/rostests/winetests/urlmon/ |
H A D | protocol.c | 1686 static DWORD WINAPI thread_proc(PVOID arg) in thread_proc() function 1878 CreateThread(NULL, 0, thread_proc, NULL, 0, &tid); in protocol_start()
|
H A D | url.c | 430 static DWORD WINAPI thread_proc(PVOID arg) in thread_proc() function 799 CreateThread(NULL, 0, thread_proc, NULL, 0, &tid); in Protocol_Start()
|