Searched refs:NtOpenThread (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/sandbox/win/src/ |
D | process_thread_policy.cc | 109 NtOpenThreadFunction NtOpenThread = NULL; in OpenThreadAction() local 110 ResolveNTFunctionPtr("NtOpenThread", &NtOpenThread); in OpenThreadAction() 121 NTSTATUS status = NtOpenThread(&local_handle, desired_access, &attributes, in OpenThreadAction()
|
D | process_thread_dispatcher.h | 26 bool NtOpenThread(IPCInfo* ipc, DWORD desired_access, DWORD thread_id);
|
D | process_thread_dispatcher.cc | 102 &ThreadProcessDispatcher::NtOpenThread) in ThreadProcessDispatcher() 158 bool ThreadProcessDispatcher::NtOpenThread(IPCInfo* ipc, DWORD desired_access, in NtOpenThread() function in sandbox::ThreadProcessDispatcher
|
D | policy_broker.cc | 91 if (!INTERCEPT_NT(manager, NtOpenThread, OPEN_TREAD_ID, 20) || in SetupBasicInterceptions()
|