HomeSort by relevance Sort by last modified time
    Searched refs:NtCreateEventFunction (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/sandbox/win/src/
sync_interception.h 15 typedef NTSTATUS (WINAPI* NtCreateEventFunction) (
29 NtCreateEventFunction orig_CreateEvent,
sync_interception.cc 53 NTSTATUS WINAPI TargetNtCreateEvent(NtCreateEventFunction orig_CreateEvent,
interceptors_64.cc 240 NtCreateEventFunction orig_fn = reinterpret_cast<
241 NtCreateEventFunction>(g_originals[CREATE_EVENT_ID]);
sync_policy.cc 185 NtCreateEventFunction NtCreateEvent = NULL;

Completed in 762 milliseconds