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

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/wtf/
ProcessID.h 39 inline int getCurrentProcessID()
42 return GetCurrentProcessId();
50 using WTF::getCurrentProcessID;
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
sched_getscheduler.c 51 int selfPid = (int) GetCurrentProcessId ();
sched_setscheduler.c 53 int selfPid = (int) GetCurrentProcessId ();
  /external/chromium_org/sandbox/win/src/
handle_policy.cc 27 ::GetCurrentProcessId(), EQUAL)) {
35 ::GetCurrentProcessId(), EQUAL)) {
66 if (target_process_id != ::GetCurrentProcessId()) {
handle_policy_test.cc 96 ::GetCurrentProcessId());
window.cc 63 ::GetCurrentProcessId());
  /external/chromium_org/remoting/host/
curtain_mode_win.cc 35 if (!ProcessIdToSessionId(GetCurrentProcessId(), &session_id)) {
  /external/chromium_org/v8/src/base/platform/
platform-unittest.cc 19 TEST(OS, GetCurrentProcessId) {
21 EXPECT_EQ(static_cast<int>(getpid()), OS::GetCurrentProcessId());
25 EXPECT_EQ(static_cast<int>(::GetCurrentProcessId()),
26 OS::GetCurrentProcessId());
  /external/chromium_org/win8/metro_driver/ime/
ime_popup_monitor.cc 65 GetCurrentProcessId(), // monitor the metro_driver process only
  /external/chromium_org/v8/src/
perf-jit.cc 56 base::OS::GetCurrentProcessId());
95 code_load.pid = static_cast<uint32_t>(base::OS::GetCurrentProcessId());
140 header.pid = base::OS::GetCurrentProcessId();
  /external/chromium_org/ui/base/win/
mouse_wheel_util.cc 72 DWORD current_process = GetCurrentProcessId();
  /external/chromium_org/third_party/skia/tools/
win_dbghelp.cpp 121 GetCurrentProcessId(), GetCurrentThreadId());
160 GetCurrentProcessId(),
  /external/skia/tools/
win_dbghelp.cpp 121 GetCurrentProcessId(), GetCurrentThreadId());
160 GetCurrentProcessId(),
  /external/chromium_org/base/process/
process_handle_win.cc 16 return ::GetCurrentProcessId();
  /external/chromium_org/mojo/embedder/
platform_channel_pair_win.cc 26 GetCurrentProcessId(),
  /external/llvm/unittests/Support/
ProcessTest.cpp 29 EXPECT_EQ(GetCurrentProcessId(), process::get_self()->get_id());
  /sdk/emulator/opengl/shared/OpenglOsUtils/
osProcessWin.cpp 111 return GetCurrentProcessId();
  /external/chromium_org/base/debug/
gdi_debug_util_win.cc 125 CollectChildGDIUsageAndDie(::GetCurrentProcessId());
  /external/chromium_org/media/cdm/ppapi/
cdm_logging.cc 47 return GetCurrentProcessId();
  /external/chromium_org/chrome/browser/first_run/
upgrade_util_win.cc 58 DWORD id = GetCurrentProcessId();
176 base::StringPrintf(L"chrome.relaunch.%d", ::GetCurrentProcessId());
  /external/chromium_org/chrome/browser/
memory_details_win.cc 112 if (info.pid == GetCurrentProcessId())
  /external/chromium_org/components/crash/app/
crash_keys_win_unittest.cc 138 std::wstring pid_str(base::StringPrintf(L"%d", ::GetCurrentProcessId()));
  /external/chromium_org/sandbox/win/sandbox_poc/pocdll/
handles.cc 67 if (system_handles->Information[i].ProcessId != ::GetCurrentProcessId())
invasive.cc 171 if (pid != ::GetCurrentProcessId()) {
  /external/chromium_org/win8/delegate_execute/
chrome_util.cc 137 GetCurrentProcessId(), &handle);

Completed in 1427 milliseconds

1 2 3 4