Home
last modified time | relevance | path

Searched refs:thread_proc (Results 1 – 8 of 8) sorted by relevance

/reactos/modules/rostests/apitests/ws2_32/
H A Dclose.c66 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 Dgdiobj.c118 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 DAttachThreadInput.c83 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 Dinput.c2600 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 Dclass.c322 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 Dmsg.c8529 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 Dprotocol.c1686 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 Durl.c430 static DWORD WINAPI thread_proc(PVOID arg) in thread_proc() function
799 CreateThread(NULL, 0, thread_proc, NULL, 0, &tid); in Protocol_Start()