HomeSort by relevance Sort by last modified time
    Searched full:getpid (Results 226 - 250 of 832) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/ndk/platforms/android-9/include/sys/
linux-unistd.h 63 pid_t getpid (void);
  /external/bison/djgpp/
subpipe.c 111 pid = getpid();
  /external/bluetooth/bluez/src/
manager.c 217 snprintf(base_path, sizeof(base_path), "/org/bluez/%d", getpid());
  /external/chromium/chrome/browser/
browser_main_posix.cc 146 kill(getpid(), signal);
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/grub/grub/
main.c 249 program_name, (int) getpid ());
  /external/iptables/libipq/
libipq.c 240 h->local.nl_pid = getpid();
  /external/llvm/include/llvm/Support/
Program.h 47 unsigned GetPid() const;
  /external/netcat/data/
data.c 96 x = getpid() + 687319;
  /external/qemu/distrib/sdl-1.2.12/src/audio/arts/
SDL_artsaudio.c 344 parent = getpid();
  /external/qemu/distrib/sdl-1.2.12/src/audio/dsp/
SDL_dspaudio.c 336 parent = getpid();
  /external/qemu/distrib/sdl-1.2.12/src/audio/nas/
SDL_nasaudio.c 295 this->hidden->parent = getpid();
  /external/qemu/
os-win32.c 261 len = snprintf(buffer, sizeof(buffer), "%ld\n", (long)getpid());
  /external/strace/strace/linux/x86_64/
syscallent.h 40 { 0, 0, sys_getpid, "getpid" }, /* 39 */
  /external/valgrind/main/coregrind/
m_libcproc.c 435 * system where the getpid system call actually returns the ID of
439 * where getpid has been changed to return the ID of the thread group
442 * So instead of calling getpid here we use readlink to see where
481 Int VG_(getpid) ( void ) function
  /external/valgrind/main/helgrind/tests/
tc17_sembar.c 230 sprintf(name, "anonsem_%s_pid%d", identity, (int)getpid());
  /external/webkit/Source/WebKit2/UIProcess/Launcher/mac/
ProcessLauncherMac.mm 215 CString serviceName = String::format("com.apple.WebKit.WebProcess-%d-%p", getpid(), this).utf8();
  /external/wpa_supplicant/
os_internal.c 83 fprintf(f, "%u\n", getpid());
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_internal.c 83 fprintf(f, "%u\n", getpid());
  /external/wpa_supplicant_8/src/utils/
os_internal.c 83 fprintf(f, "%u\n", getpid());
os_unix.c 155 fprintf(f, "%u\n", getpid());
  /frameworks/base/cmds/stagefright/
stream.cpp 360 service->create(getpid(), client, 0);
  /frameworks/base/libs/utils/
CallStack.cpp 159 sprintf(data, "/proc/%d/maps", getpid());
  /frameworks/base/media/libmediaplayerservice/
MediaRecorderClient.cpp 55 if (getpid() == IPCThreadState::self()->getCallingPid()) return true;

Completed in 454 milliseconds

1 2 3 4 5 6 7 8 91011>>