Searched refs:NtCreateEvent (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dsync_dispatcher.cc39 return INTERCEPT_NT(manager, NtCreateEvent, CREATE_EVENT_ID, 24);
H A Dsync_policy.cc185 NtCreateEventFunction NtCreateEvent = NULL; local
186 ResolveNTFunctionPtr("NtCreateEvent", &NtCreateEvent);
204 status = NtCreateEvent(&local_handle, EVENT_ALL_ACCESS, &object_attributes,

Completed in 61 milliseconds