OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ThreadProcessDispatcher
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sandbox/win/src/
process_thread_dispatcher.h
16
class
ThreadProcessDispatcher
: public Dispatcher {
18
explicit
ThreadProcessDispatcher
(PolicyBase* policy_base);
19
~
ThreadProcessDispatcher
() {}
46
DISALLOW_COPY_AND_ASSIGN(
ThreadProcessDispatcher
);
process_thread_dispatcher.cc
97
ThreadProcessDispatcher
::
ThreadProcessDispatcher
(PolicyBase* policy_base)
102
&
ThreadProcessDispatcher
::NtOpenThread)
108
&
ThreadProcessDispatcher
::NtOpenProcess)
114
&
ThreadProcessDispatcher
::NtOpenProcessToken)
120
&
ThreadProcessDispatcher
::NtOpenProcessTokenEx)
126
&
ThreadProcessDispatcher
::CreateProcessW)
136
bool
ThreadProcessDispatcher
::SetupService(InterceptionManager* manager,
158
bool
ThreadProcessDispatcher
::NtOpenThread(IPCInfo* ipc, DWORD desired_access,
169
bool
ThreadProcessDispatcher
::NtOpenProcess(IPCInfo* ipc, DWORD desired_access
[
all
...]
Completed in 195 milliseconds