HomeSort by relevance Sort by last modified time
    Searched full:getpid (Results 426 - 450 of 1156) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/
mach_broker_mac.cc 242 const pid_t pid = is_child ? getppid() : getpid();
memory_details_linux.cc 240 GetAllChildren(processes, getpid(), zygote, &current_browser_processes);
  /external/chromium_org/base/process/
process_metrics_mac.cc 297 if (task == MACH_PORT_NULL && process_ == getpid())
  /external/chromium_org/chrome/browser/
memory_details_linux.cc 199 GetProcessDataMemoryInformation(GetAllChildren(process_map, getpid()));
  /external/chromium_org/components/breakpad/app/
breakpad_mac.mm 275 [NSString stringWithFormat:@"%d", static_cast<unsigned int>(getpid())];
  /external/chromium_org/content/browser/
mach_broker_mac.mm 294 const pid_t pid = is_child ? getppid() : getpid();
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_node_tty.cc 266 ki_kill(getpid(), SIGWINCH);
  /external/grub/grub/
main.c 249 program_name, (int) getpid ());
  /external/iptables/libipq/
libipq.c 240 h->local.nl_pid = getpid();
  /external/mdnsresponder/mDNSShared/
dnssd_ipc.h 50 # define getpid _getpid macro
  /external/qemu/distrib/sdl-1.2.15/src/audio/arts/
SDL_artsaudio.c 358 parent = getpid();
  /external/qemu/distrib/sdl-1.2.15/src/audio/dsp/
SDL_dspaudio.c 336 parent = getpid();
  /external/qemu/
os-win32.c 261 len = snprintf(buffer, sizeof(buffer), "%ld\n", (long)getpid());
  /external/valgrind/main/coregrind/
m_libcproc.c 449 * system where the getpid system call actually returns the ID of
453 * where getpid has been changed to return the ID of the thread group
456 * So instead of calling getpid here we use readlink to see where
487 Int VG_(getpid) ( void ) function
  /external/valgrind/main/helgrind/tests/
tc17_sembar.c 236 sprintf(name, "anonsem_%s_pid%d", identity, (int)getpid());
  /external/wpa_supplicant_8/src/utils/
os_internal.c 95 fprintf(f, "%u\n", getpid());
  /frameworks/av/media/libmediaplayerservice/
MediaRecorderClient.cpp 52 if (getpid() == IPCThreadState::self()->getCallingPid()) return true;
  /frameworks/av/media/libstagefright/
OMXClient.cpp 385 if (!mOMX->livesLocally(NULL /* node */, getpid())) {
  /frameworks/native/libs/gui/
ConsumerBase.cpp 58 mName = String8::format("unnamed-%d-%d", getpid(), createProcessUniqueId());
  /libcore/luni/src/main/java/libcore/io/
Os.java 60 public int getpid(); method in interface:Os
  /ndk/sources/android/libthread_db/gdb-6.6/
libthread_db.c 134 pid_t my_pid = getpid();
  /ndk/sources/android/libthread_db/gdb-7.3.x/
libthread_db.c 131 pid_t my_pid = getpid();
  /ndk/sources/host-tools/sed-4.2.1/lib/
tempname.c 69 # define __getpid getpid
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libanl.a 106  d?-{)>Qg ~?????__PRETTY_FUNCTION__.11040getaddrinfo_a__gai_requests_mutexpthread_mutex_lock__gai_enqueue_requestpthread_setcancelstatepthread_mutex_unlockmalloc__assert_fail__gai_notify_onlygetpid__errno_locationF K
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/xen/
libanl.a 109  `?-v)>Qg ~?????__PRETTY_FUNCTION__.11097getaddrinfo_a__gai_requests_mutexpthread_mutex_lock__gai_enqueue_requestpthread_setcancelstatepthread_mutex_unlockmalloc__assert_fail__gai_notify_onlygetpid__errno_locationF K

Completed in 2122 milliseconds

<<11121314151617181920>>