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

  /external/chromium_org/sandbox/win/src/
sync_interception.h 22 typedef NTSTATUS (WINAPI *NtOpenEventFunction) (
37 NtOpenEventFunction orig_OpenEvent,
sync_interception.cc 109 NTSTATUS WINAPI TargetNtOpenEvent(NtOpenEventFunction orig_OpenEvent,
interceptors_64.cc 265 NtOpenEventFunction orig_fn = reinterpret_cast<
266 NtOpenEventFunction>(g_originals[OPEN_EVENT_ID]);
sync_policy.cc 222 NtOpenEventFunction NtOpenEvent = NULL;

Completed in 44 milliseconds