HomeSort by relevance Sort by last modified time
    Searched refs:GetCurrentProcess (Results 1 - 25 of 206) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium_org/base/process/
process_info_win.cc 18 if (::GetProcessTimes(::GetCurrentProcess(), &creation_time, &ignore,
process_win.cc 18 if (process_ != ::GetCurrentProcess())
56 (process_ == ::GetCurrentProcess())) {
74 return process_ == GetCurrentProcess();
79 return Process(::GetCurrentProcess());
  /external/chromium_org/components/nacl/browser/
nacl_process_host_unittest.cc 11 void* addr = nacl::AllocateAddressSpaceASLR(GetCurrentProcess(), size);
  /external/chromium_org/sandbox/win/sandbox_poc/pocdll/
utils.h 36 BOOL result = ::DuplicateHandle(::GetCurrentProcess(),
38 ::GetCurrentProcess(),
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
ptw32_getprocessors.c 68 if (GetProcessAffinityMask (GetCurrentProcess (),
pthread_self.c 110 if (!DuplicateHandle (GetCurrentProcess (),
112 GetCurrentProcess (),
  /system/core/adb/
get_my_path_darwin.c 23 GetCurrentProcess(&psn);
  /external/chromium_org/sandbox/win/src/
target_services.cc 79 ::TerminateProcess(::GetCurrentProcess(), SBOX_FATAL_INTEGRITY);
84 ::TerminateProcess(::GetCurrentProcess(), SBOX_FATAL_DROPTOKEN);
86 ::TerminateProcess(::GetCurrentProcess(), SBOX_FATAL_FLUSHANDLES);
88 ::TerminateProcess(::GetCurrentProcess(), SBOX_FATAL_CACHEDISABLE);
90 ::TerminateProcess(::GetCurrentProcess(), SBOX_FATAL_CLOSEHANDLES);
94 ::TerminateProcess(::GetCurrentProcess(), SBOX_FATAL_MITIGATION);
process_mitigations_test.cc 36 if (!get_process_mitigation_policy(::GetCurrentProcess(), ProcessDEPPolicy,
45 if (!get_process_mitigation_policy(::GetCurrentProcess(), ProcessASLRPolicy,
54 if (!get_process_mitigation_policy(::GetCurrentProcess(),
65 if (!get_process_mitigation_policy(::GetCurrentProcess(),
75 if (!get_process_mitigation_policy(::GetCurrentProcess(),
151 if (!get_process_dep_policy(::GetCurrentProcess(), &dep_flags,
168 if (!SUCCEEDED(query_information_process(::GetCurrentProcess(),
process_thread_policy.cc 58 if (!::DuplicateHandle(::GetCurrentProcess(), lpProcessInformation->hProcess,
64 if (!::DuplicateHandle(::GetCurrentProcess(), lpProcessInformation->hThread,
124 if (!::DuplicateHandle(::GetCurrentProcess(), local_handle,
156 if (!::DuplicateHandle(::GetCurrentProcess(), local_handle,
182 if (!::DuplicateHandle(::GetCurrentProcess(), local_handle,
208 if (!::DuplicateHandle(::GetCurrentProcess(), local_handle,
  /external/chromium/base/
process_win.cc 49 return process_ == GetCurrentProcess();
54 return Process(GetCurrentProcess());
shared_memory_win.cc 45 GetCurrentProcess(), &mapped_file_,
174 if (process == GetCurrentProcess() && close_self) {
179 if (!DuplicateHandle(GetCurrentProcess(), mapped_file, process,
  /external/chromium_org/chrome/browser/task_manager/
os_resource_win.cc 15 HANDLE current_process = GetCurrentProcess();
32 HANDLE current_process = GetCurrentProcess();
  /external/chromium_org/third_party/smhasher/src/
Platform.cpp 18 SetProcessAffinityMask(GetCurrentProcess(),cpu);
  /system/core/fastboot/
util_osx.c 36 GetCurrentProcess(&psn);
  /external/compiler-rt/lib/asan/
asan_win.cc 100 CHECK(SymInitialize(GetCurrentProcess(), 0, TRUE));
111 BOOL got_objname = SymFromAddr(GetCurrentProcess(),
119 BOOL got_fileline = SymGetLineFromAddr64(GetCurrentProcess(),
  /external/chromium_org/ipc/
ipc_platform_file.cc 22 !::DuplicateHandle(::GetCurrentProcess(),
  /external/chromium/base/debug/
stack_trace_win.cc 82 BOOL has_symbol = SymFromAddr(GetCurrentProcess(), frame,
89 BOOL has_line = SymGetLineFromAddr64(GetCurrentProcess(), frame,
118 if (SymInitialize(GetCurrentProcess(), NULL, TRUE)) {
164 GetCurrentProcess(),
  /external/chromium_org/chrome/browser/install_verification/win/
loaded_modules_snapshot.cc 16 HANDLE process = ::GetCurrentProcess();
  /external/chromium_org/chrome/browser/metro_utils/
metro_chrome_win.cc 66 if (base::win::IsProcessImmersive(::GetCurrentProcess()))
  /external/compiler-rt/test/Unit/
enable_execute_stack_test.c 18 if (!FlushInstructionCache(GetCurrentProcess(), start, end-start))
  /external/chromium_org/base/win/
scoped_process_information.cc 23 if (!::DuplicateHandle(::GetCurrentProcess(), source,
24 ::GetCurrentProcess(), &temp, 0, FALSE,
  /external/chromium_org/remoting/host/native_messaging/
native_messaging_channel.cc 23 if (!DuplicateHandle(GetCurrentProcess(),
25 GetCurrentProcess(),
  /external/chromium_org/base/debug/
stack_trace_win.cc 99 BOOL has_symbol = SymFromAddr(GetCurrentProcess(), frame,
106 BOOL has_line = SymGetLineFromAddr64(GetCurrentProcess(), frame,
135 if (!SymInitialize(GetCurrentProcess(), NULL, TRUE)) {
160 if (!SymGetSearchPathW(GetCurrentProcess(),
175 if (!SymSetSearchPathW(GetCurrentProcess(), new_path.c_str())) {
235 GetCurrentProcess(),
  /external/chromium_org/tools/memory_watcher/
preamble_patcher.cc 67 succeeded = ::FlushInstructionCache(::GetCurrentProcess(),
215 succeeded = ::FlushInstructionCache(::GetCurrentProcess(),

Completed in 764 milliseconds

1 2 3 4 5 6 7 8 9