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

1 2 3 45 6 7 8 9

  /ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c 1201 if (DuplicateHandle(GetCurrentProcess(),
1203 GetCurrentProcess(),
1213 if (DuplicateHandle(GetCurrentProcess(),
1215 GetCurrentProcess(),
1225 if (DuplicateHandle(GetCurrentProcess(),
1227 GetCurrentProcess(),
  /external/chromium/base/
process_util_win.cc 104 return ::GetCurrentProcess();
154 HANDLE current_process = GetCurrentProcess();
866 SetPriorityClass(GetCurrentProcess(), HIGH_PRIORITY_CLASS);
  /external/chromium_org/base/memory/
shared_memory_unittest.cc 114 EXPECT_TRUE(memory1.ShareToProcess(GetCurrentProcess(), &handle));
431 BOOL rv = ::DuplicateHandle(GetCurrentProcess(),
433 GetCurrentProcess,
  /external/chromium_org/ipc/
ipc_channel_win.cc 223 if (!DuplicateHandle(GetCurrentProcess(),
225 GetCurrentProcess(),
sync_socket_unittest.cc 186 BOOL retval = DuplicateHandle(GetCurrentProcess(), pair[1].handle(),
  /external/chromium_org/remoting/host/win/
worker_process_launcher_unittest.cc 373 ASSERT_TRUE(DuplicateHandle(GetCurrentProcess(),
375 GetCurrentProcess(),
wts_session_process_delegate.cc 517 if (!DuplicateHandle(GetCurrentProcess(),
519 GetCurrentProcess(),
  /external/chromium_org/sandbox/win/src/
broker_services.cc 461 if (!::DuplicateHandle(::GetCurrentProcess(), peer_process,
462 ::GetCurrentProcess(), &process_handle,
handle_closer_test.cc 81 if (!::GetProcessHandleCount(::GetCurrentProcess(), &handle_count))
process_mitigations.cc 100 if (!SUCCEEDED(set_information_process(GetCurrentProcess(),
restricted_token_utils.cc 336 if (!::OpenProcessToken(GetCurrentProcess(), TOKEN_ADJUST_DEFAULT,
service_resolver_unittest.cc 24 : T(::GetCurrentProcess(), relaxed) {}
target_process.cc 264 if (!::DuplicateHandle(::GetCurrentProcess(), shared_section_,
  /external/valgrind/unittest/
windows_tests.cc 578 DuplicateHandle(GetCurrentProcess(), h1,
579 GetCurrentProcess(), &h2,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 232 target_process = _subprocess.GetCurrentProcess()
234 _subprocess.GetCurrentProcess(), handle, target_process,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 232 target_process = _subprocess.GetCurrentProcess()
234 _subprocess.GetCurrentProcess(), handle, target_process,
  /external/chromium/chrome/browser/nacl_host/
nacl_process_host.cc 248 if (!DuplicateHandle(GetCurrentProcess(),
  /external/chromium/googleurl/base/
logging.cc 345 TerminateProcess(GetCurrentProcess(), 1);
  /external/chromium_org/base/process/
launch_win.cc 329 SetPriorityClass(GetCurrentProcess(), HIGH_PRIORITY_CLASS);
process_metrics_unittest.cc 311 base::ProcessMetrics::CreateProcessMetrics(::GetCurrentProcess()));
  /external/chromium_org/chrome/service/
service_utility_process_host.cc 126 ::DuplicateHandle(::GetCurrentProcess(), pdf_file, handle(),
  /external/chromium_org/chrome_frame/
buggy_bho_handling.cc 230 ::FlushInstructionCache(::GetCurrentProcess(), invoke, sizeof(PROC));
  /external/chromium_org/media/audio/
audio_output_device_unittest.cc 69 HANDLE process = GetCurrentProcess();
  /external/chromium_org/sandbox/win/tests/integration_tests/
integration_tests_test.cc 99 if (!::AssignProcessToJobObject(job, ::GetCurrentProcess()))
  /external/chromium_org/third_party/sqlite/src/tool/
speedtest8.c 138 if(!SetPriorityClass(GetCurrentProcess(),

Completed in 684 milliseconds

1 2 3 45 6 7 8 9