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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-mips/syscalls/
getpid.S 4 .globl getpid
6 .ent getpid
8 getpid: label
22 .end getpid
  /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)
  /external/valgrind/main/drd/tests/
linuxthreads_det.c 16 if (s_main_thread_pid == getpid())
31 s_main_thread_pid = getpid();
  /external/valgrind/main/none/tests/
fdleak_creat.c 12 sprintf(filename, "/tmp/file.%d", getpid());
sigstackgrowth.c 40 kill(getpid(), SIGUSR1);
56 kill(getpid(), SIGUSR1);
fcntl_setown.c 17 if (fcntl(s, F_SETOWN, getpid()) < 0)
pending.c 51 kill(getpid(), SIGUSR1);
52 kill(getpid(), SIGHUP);
  /external/valgrind/main/gdbserver_tests/
passsigalrm.c 21 if (kill(getpid(), SIGALRM) != 0)
30 if (kill(getpid(), SIGALRM) != 0)
  /system/core/adb/
get_my_path_freebsd.c 30 snprintf(proc, sizeof(proc), "/proc/%d/file", getpid());
get_my_path_linux.c 25 snprintf(proc, sizeof proc, "/proc/%d/exe", getpid());
  /bionic/libc/bionic/
malloc_debug_qemu.cpp 437 desc->allocator_pid = getpid();
457 free_desc.free_pid = getpid();
481 query.query_pid = getpid();
571 malloc_pid, getpid(), desc->av_count + 2,
618 malloc_pid = getpid();
691 malloc_pid, getpid(), bytes, mallocdesc_alloc_size(&desc));
698 malloc_pid, getpid());
706 malloc_pid, getpid(), bytes);
727 malloc_pid, getpid(), mem);
740 malloc_pid, getpid(), mem)
    [all...]
  /external/valgrind/main/memcheck/tests/linux/
sigqueue.c 30 si->si_pid = getpid();
32 syscall(__NR_rt_sigqueueinfo, getpid(), SIGWINCH, si);
  /system/core/fastboot/
util_linux.c 42 sprintf(proc, "/proc/%d/exe", getpid());
  /system/extras/tests/bionic/libc/common/
test_clock.c 30 (void) getpid();
  /frameworks/base/core/jni/
android_server_Watchdog.cpp 74 snprintf(buf, sizeof(buf), "\n----- begin pid %d kernel stacks -----\n", getpid());
78 snprintf(buf, sizeof(buf), "/proc/%d/task", getpid());
92 snprintf(buf, sizeof(buf), "----- end pid %d kernel stacks -----\n", getpid());
  /frameworks/av/services/audioflinger/
ServiceUtilities.cpp 25 const pid_t getpid_cached = getpid();
  /frameworks/base/cmds/system_server/
system_main.cpp 47 ALOGI("System server is starting with pid=%d.\n", getpid());
  /bionic/libc/unistd/
abort.c 85 (void)kill(getpid(), SIGABRT);
102 (void)kill(getpid(), SIGABRT);
  /external/valgrind/main/none/tests/x86-linux/
sigcontext.c 68 : "0" (__NR_kill), "b" (getpid()), "c" (SIGUSR1));
83 : "0" (__NR_kill), "b" (getpid()), "c" (SIGUSR2));
  /frameworks/wilhelm/src/android/
android_LocAVPlayer.cpp 49 mPlayer = mediaPlayerService->create(getpid(), mPlayerClient /*IMediaPlayerClient*/,
59 mPlayer = mediaPlayerService->create(getpid(), mPlayerClient /*IMediaPlayerClient*/,
  /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());
  /dalvik/libdex/
CmdUtils.cpp 142 sprintf(tempNameBuf, "/tmp/dex-temp-%d", getpid());
144 sprintf(tempNameBuf, "/sdcard/dex-temp-%d", getpid());
148 sprintf(tempNameBuf, "dex-temp-%d", getpid());
  /bionic/libc/inet/
bindresvport.c 55 port = START_PORT + (getpid() % NUM_PORTS);
  /external/e2fsprogs/include/nonunix/
unistd.h 27 #define getpid _getpid macro

Completed in 867 milliseconds

1 2 3 4 5 6 7 8 91011>>