OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RtlCreateUserThread
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/sandbox/win/src/
sandbox_nt_types.h
28
RtlCreateUserThreadFunction
RtlCreateUserThread
;
policy_broker.cc
70
INIT_GLOBAL_RTL(
RtlCreateUserThread
);
process_thread_interception.cc
412
// Try the normal CreateThread; switch to
RtlCreateUserThread
if needed.
426
NTSTATUS result = g_nt.
RtlCreateUserThread
(NtCurrentProcess, sd,
433
// CSRSS is closed if we got here, so use
RtlCreateUserThread
from here on.
Completed in 141 milliseconds