Searched refs:CreateEventW (Results 1 – 4 of 4) sorted by relevance
35 CreateEventW = _stdcall_libraries['kernel32'].CreateEventW variable49 CreateEventW.restype = HANDLE50 CreateEventW.argtypes = [LPSECURITY_ATTRIBUTES, BOOL, BOOL, LPCWSTR]51 CreateEvent = CreateEventW # alias
159 threadpool->completion_event[i] = CreateEventW( in pthreadpool_create()164 threadpool->command_event[i] = CreateEventW( in pthreadpool_create()
384 Event = CreateEventW(NULL, ManualReset, InitialState, Name); in overlapped_CreateEvent()
701 PUBLIC a6a9 10 CreateEventW