Searched refs:GetCurrentProcessId (Results 1 - 25 of 94) sorted by relevance

1234

/external/chromium_org/v8/test/cctest/
H A Dtest-platform-win32.cc55 TEST(GetCurrentProcessId) {
56 CHECK_EQ(static_cast<int>(::GetCurrentProcessId()),
57 OS::GetCurrentProcessId());
H A Dtest-platform-linux.cc56 TEST(GetCurrentProcessId) {
57 CHECK_EQ(static_cast<int>(getpid()), OS::GetCurrentProcessId());
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DProcessID.h42 return GetCurrentProcessId();
/external/llvm/lib/Support/Windows/
H A DProcess.inc43 return GetCurrentProcessId();
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dsched_getscheduler.c51 int selfPid = (int) GetCurrentProcessId ();
H A Dsched_setscheduler.c53 int selfPid = (int) GetCurrentProcessId ();
/external/chromium_org/sandbox/win/src/
H A Dhandle_policy.cc27 ::GetCurrentProcessId(), EQUAL)) {
35 ::GetCurrentProcessId(), EQUAL)) {
67 if (target_process_id != ::GetCurrentProcessId()) {
H A Dhandle_policy_test.cc96 ::GetCurrentProcessId());
H A Dwindow.cc64 ::GetCurrentProcessId());
/external/chromium_org/remoting/host/
H A Dcurtain_mode_win.cc35 if (!ProcessIdToSessionId(GetCurrentProcessId(), &session_id)) {
/external/chromium/base/debug/
H A Ddebug_on_start_win.cc62 base::debug::SpawnDebuggerOnProcess(GetCurrentProcessId());
/external/chromium_org/base/debug/
H A Ddebug_on_start_win.cc62 base::debug::SpawnDebuggerOnProcess(GetCurrentProcessId());
/external/llvm/unittests/Support/
H A DProcessTest.cpp29 EXPECT_EQ(GetCurrentProcessId(), process::get_self()->get_id());
/external/chromium_org/chrome_frame/
H A Dupdate_launcher.cc65 ::GetCurrentProcessId(), &phandle)))
H A Dbho_loader.cc62 GetCurrentProcessId());
/external/chromium_org/ui/base/win/
H A Dmouse_wheel_util.cc72 DWORD current_process = GetCurrentProcessId();
/external/chromium_org/win8/metro_driver/ime/
H A Dime_popup_monitor.cc65 GetCurrentProcessId(), // monitor the metro_driver process only
/external/skia/tools/
H A Dwin_dbghelp.cpp121 GetCurrentProcessId(), GetCurrentThreadId());
160 GetCurrentProcessId(),
/external/chromium/chrome/browser/first_run/
H A Dupgrade_util_win.cc42 DWORD id = GetCurrentProcessId();
/external/chromium_org/base/process/
H A Dprocess_handle_win.cc16 return ::GetCurrentProcessId();
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_logging.cc47 return GetCurrentProcessId();
/external/chromium/base/
H A Dsync_socket_win.cc56 kPipePrefix, GetCurrentProcessId(),
/external/chromium_org/chrome/browser/download/
H A Ddownload_status_updater_win.cc118 if (process_id == ::GetCurrentProcessId())
/external/chromium_org/sandbox/win/sandbox_poc/pocdll/
H A Dinvasive.cc171 if (pid != ::GetCurrentProcessId()) {
/external/chromium_org/chrome/browser/first_run/
H A Dupgrade_util_win.cc53 DWORD id = GetCurrentProcessId();
147 base::StringPrintf(L"chrome.relaunch.%d", ::GetCurrentProcessId());

Completed in 1170 milliseconds

1234