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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-x86/syscalls/
getpid.S 5 .type getpid, @function
6 .globl getpid
9 getpid: label
  /bionic/libc/arch-arm/syscalls/
getpid.S 5 ENTRY(getpid) function
14 END(getpid)
  /bionic/libc/arch-sh/syscalls/
getpid.S 5 .type getpid, @function
6 .globl getpid
9 getpid: label
  /external/valgrind/main/drd/tests/
linuxthreads_det.c 16 if (s_main_thread_pid == getpid())
31 s_main_thread_pid = getpid();
  /external/dnsmasq/contrib/dnsmasq_MacOSX/
DNSmasq 11 pid=`GetPID dnsmasq`
  /external/valgrind/main/none/tests/
fcntl_setown.c 17 if (fcntl(s, F_SETOWN, getpid()) < 0)
fdleak_creat.c 12 sprintf(filename, "/tmp/file.%d", getpid());
sigstackgrowth.c 40 kill(getpid(), SIGUSR1);
56 kill(getpid(), SIGUSR1);
pending.c 51 kill(getpid(), SIGUSR1);
52 kill(getpid(), SIGHUP);
  /external/valgrind/main/memcheck/tests/linux/
sigqueue.c 30 si->si_pid = getpid();
32 syscall(__NR_rt_sigqueueinfo, getpid(), SIGWINCH, si);
  /cts/tests/tests/net/src/android/net/cts/
CredentialsTest.java 42 method = "getPid",
56 assertEquals(0, cred.getPid());
62 assertEquals(Integer.MAX_VALUE, cred.getPid());
68 assertEquals(Integer.MIN_VALUE, cred.getPid());
  /cts/tests/src/android/app/cts/
ISecondary.aidl 21 int getPid();
  /external/e2fsprogs/include/nonunix/
unistd.h 27 #define getpid _getpid macro
  /external/llvm/test/CodeGen/X86/
2009-04-13-2AddrAssert.ll 10 %call = tail call i32 (...)* @getpid() ; <i32> [#uses=1]
16 declare i32 @getpid(...)
  /cts/tests/ProcessTest/src/com/android/cts/process/
ProcessTest.java 54 assertEquals(-1, getPid(shareProcessName, list));
62 int sharePid = getPid(shareProcessName, sharelist);
70 int shareStubPid = getPid(shareProcessName, shareStublist);
80 int noSharePid = getPid(noShareProcessName, noShareStublist);
88 private int getPid(String processName, List<RunningAppProcessInfo> list) {
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
InputBindingTest.java 52 method = "getPid",
94 assertEquals(pid, inputBinding.getPid());
104 assertEquals(pid, target.getPid());
  /development/apps/Development/src/com/android/development/
IRemoteService.aidl 22 int getPid();
  /external/oprofile/libutil/
op_lockfile.c 65 fprintf(fp, "%d", getpid());
  /external/valgrind/main/auxprogs/
aix5_proc_self_sysent.c 21 sprintf(name, "/proc/%d/sysent", getpid());
  /frameworks/base/cmds/system_server/
system_main.cpp 47 LOGI("System server is starting with pid=%d.\n", getpid());
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libutil-2.7.so 
libutil.so 
libutil.so.1 
  /system/core/adb/
get_my_path_linux.c 25 snprintf(proc, sizeof proc, "/proc/%d/exe", getpid());
  /system/core/debuggerd/
crasher.c 44 printf("crasher: thread pid=%d tid=%d\n", getpid(), gettid());
83 fprintf(stderr,"crasher: init pid=%d tid=%d\n", getpid(), gettid());

Completed in 381 milliseconds

1 2 3 4 5 6 7 8 91011>>