NtOpenThread       91 sandbox/win/src/policy_broker.cc   if (!INTERCEPT_NT(manager, NtOpenThread, OPEN_TREAD_ID, 20) ||
NtOpenThread      102 sandbox/win/src/process_thread_dispatcher.cc         &ThreadProcessDispatcher::NtOpenThread)
NtOpenThread       26 sandbox/win/src/process_thread_dispatcher.h   bool NtOpenThread(IPCInfo* ipc, DWORD desired_access, DWORD thread_id);
NtOpenThread      109 sandbox/win/src/process_thread_policy.cc   NtOpenThreadFunction NtOpenThread = NULL;
NtOpenThread      110 sandbox/win/src/process_thread_policy.cc   ResolveNTFunctionPtr("NtOpenThread", &NtOpenThread);
NtOpenThread      121 sandbox/win/src/process_thread_policy.cc   NTSTATUS status = NtOpenThread(&local_handle, desired_access, &attributes,