Home
last modified time | relevance | path

Searched refs:OpenEventA (Results 1 – 13 of 13) sorted by relevance

/reactos/modules/rostests/apitests/shlwapi/shlwapi_resource_dll/
H A Dshlwapi_resource_dll.c14 HANDLE hEvent = OpenEventA(EVENT_MODIFY_STATE, FALSE, "Local\\shlwapi_apitest_evt"); in DllMain()
/reactos/modules/rostests/winetests/ole32/
H A Dole_server.c253 done_event = OpenEventA(SYNCHRONIZE, FALSE, "ole_server_done_event"); in ole_server()
255 init_done_event = OpenEventA(EVENT_MODIFY_STATE, FALSE, "ole_server_init_done_event"); in ole_server()
/reactos/modules/rostests/winetests/ntdll/
H A Dprocess.c173 HANDLE event = OpenEventA(EVENT_ALL_ACCESS, FALSE, event_name); in dummy_process()
/reactos/modules/rostests/winetests/kernel32/
H A Ddebugger.c679 event = OpenEventA(EVENT_ALL_ACCESS, FALSE, event_name); in doChildren()
688 event = OpenEventA(EVENT_ALL_ACCESS, FALSE, event_name); in doChildren()
H A Dsync.c527 handle2 = OpenEventA( EVENT_ALL_ACCESS, FALSE, __FILE__ ": Test Event"); in test_event()
532 handle2 = OpenEventA( EVENT_ALL_ACCESS, FALSE, __FILE__ ": TEST EVENT"); in test_event()
537 handle2 = OpenEventA( EVENT_ALL_ACCESS, FALSE, NULL ); in test_event()
/reactos/modules/rostests/winetests/rpcrt4/
H A Dcstub.c1339 stop_event = OpenEventA(EVENT_ALL_ACCESS, FALSE, "wine_cstub_test_server_stop"); in local_server_proc()
1340 ready_event = OpenEventA(EVENT_ALL_ACCESS, FALSE, "wine_cstub_test_server_ready"); in local_server_proc()
/reactos/dll/win32/kernel32/client/
H A Dsynch.c669 OpenEventA(IN DWORD dwDesiredAccess, in OpenEventA() function
/reactos/modules/rostests/winetests/shell32/
H A Dshlexec.c273 dde_ready = OpenEventA(EVENT_MODIFY_STATE, FALSE, "winetest_shlexec_dde_ready"); in doChild()
294 dde_ready = OpenEventA(EVENT_MODIFY_STATE, FALSE, "winetest_shlexec_dde_ready"); in doChild()
/reactos/sdk/include/psdk/
H A Dwinbase.h2907 HANDLE WINAPI OpenEventA(DWORD,BOOL,LPCSTR);
3910 #define OpenEvent OpenEventA
/reactos/dll/win32/kernel32/
H A Dkernel32.spec836 @ stdcall OpenEventA(long long str)
/reactos/modules/rostests/winetests/advapi32/
H A Dsecurity.c5781 event = OpenEventA(0, FALSE, "WineTestEvent"); in test_event_security()
5805 dup = OpenEventA(0, FALSE, "WineTestEvent"); in test_event_security()
/reactos/modules/rostests/winetests/user32/
H A Dwin.c8347 start_event = OpenEventA(EVENT_ALL_ACCESS, FALSE, "test_wfp_start"); in window_from_point_proc()
8349 end_event = OpenEventA(EVENT_ALL_ACCESS, FALSE, "test_wfp_end"); in window_from_point_proc()
H A Dmsg.c16102 HANDLE start_event = OpenEventA( EVENT_ALL_ACCESS, FALSE, "test_WaitForInputIdle_start" ); in do_wait_idle_child()
16103 HANDLE end_event = OpenEventA( EVENT_ALL_ACCESS, FALSE, "test_WaitForInputIdle_end" ); in do_wait_idle_child()