HomeSort by relevance Sort by last modified time
    Searched refs:GetCurrentProcess (Results 26 - 50 of 75) sorted by null

12 3

  /external/chromium/third_party/libjingle/source/talk/base/
win32.cc 161 HANDLE process = GetCurrentProcess(), token;
win32filesystem.cc 97 if (!::OpenProcessToken(GetCurrentProcess(),
  /external/qemu/android/utils/
bufprint.c 118 GetCurrentProcess(&psn);
  /external/qemu/
vl-android-ui.c 227 h = GetCurrentProcess();
os-win32.c 190 h = GetCurrentProcess();
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginHostManager.mm 164 GetCurrentProcess(&psn);
312 GetCurrentProcess(&psn);
  /external/webkit/Tools/DumpRenderTree/chromium/
TestShellWin.cpp 73 TerminateProcess(GetCurrentProcess(), 0);
  /sdk/emulator/qtools/
read_trace.cpp 86 ProcessState *process = trace->GetCurrentProcess();
  /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);
shared_memory_unittest.cc 88 EXPECT_TRUE(memory1.ShareToProcess(GetCurrentProcess(), &handle));
  /external/valgrind/unittest/
windows_tests.cc 578 DuplicateHandle(GetCurrentProcess(), h1,
579 GetCurrentProcess(), &h2,
  /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/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 42 return GetProcessId(GetCurrentProcess());
  /external/libusb_aah/libusb/os/
poll_windows.c 371 if (!DuplicateHandle(GetCurrentProcess(), handle, GetCurrentProcess(),
  /external/libxml2/
threads.c 711 DuplicateHandle(GetCurrentProcess(), GetCurrentThread(),
712 GetCurrentProcess(), &p->thread, 0, TRUE,
  /sdk/find_lock/
find_lock.cpp 190 BOOL ok = OpenProcessToken(GetCurrentProcess(), // ProcessHandle
575 const HANDLE currProcessH = GetCurrentProcess();
  /external/chromium/chrome/browser/
browser_main_win.cc 124 ::GetProcessTimes(::GetCurrentProcess(), &creation_time, &ignore, &ignore,
  /external/chromium/testing/gtest/src/
gtest-port.cc 642 TerminateProcess(GetCurrentProcess(), 1);
  /external/gtest/src/
gtest-port.cc 666 TerminateProcess(GetCurrentProcess(), 1);
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-port.cc 642 TerminateProcess(GetCurrentProcess(), 1);
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 204 Success = ::GetMappedFileNameA(::GetCurrentProcess(),
  /external/llvm/utils/unittest/googletest/
gtest-port.cc 646 TerminateProcess(GetCurrentProcess(), 1);
  /external/open-vcdiff/gtest/src/
gtest-port.cc 576 TerminateProcess(GetCurrentProcess(), 1);

Completed in 589 milliseconds

12 3