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

1 2 3 4 5 6 7 8 91011>>

  /external/strace/tests/
stack-fcall-3.c 5 return getpid() + i;
  /bionic/tests/
sys_syscall_test.cpp 22 ASSERT_EQ(getpid(), syscall(SYS_getpid));
  /external/valgrind/main/drd/tests/
linuxthreads_det.c 16 if (s_main_thread_pid == getpid())
31 s_main_thread_pid = getpid();
  /bionic/libc/bionic/
getpid.cpp 35 pid_t getpid() { function
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,
625 malloc_pid = getpid();
697 malloc_pid, getpid(), bytes);
704 malloc_pid, getpid(), bytes, size);
711 malloc_pid, getpid());
720 malloc_pid, getpid(), bytes);
741 malloc_pid, getpid(), mem)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
ProcessID.h 44 return 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)
  /external/compiler-rt/test/asan/TestCases/Android/
coverage-android.cc 48 kill(getpid(), SIGKILL);
55 fprintf(stderr, "PID: %d\n", getpid());
  /external/compiler-rt/test/asan/TestCases/Linux/
coverage-fork-direct.cc 25 fprintf(stderr, "Child PID: %d\n", getpid());
28 fprintf(stderr, "Parent PID: %d\n", getpid());
coverage-fork.cc 25 fprintf(stderr, "Child PID: %d\n", getpid());
28 fprintf(stderr, "Parent PID: %d\n", getpid());
coverage-direct.cc 34 fprintf(stderr, "PID: %d\n", getpid());
  /hardware/qcom/gps/msm8960/platform_lib_abstractions/
platform_lib_macros.h 52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x)
53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x)
54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x)
55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x)
56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /hardware/qcom/gps/platform_lib_abstractions/
platform_lib_macros.h 52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x)
53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x)
54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x)
55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x)
56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /external/libunwind/tests/
mapper.c 66 kill (getpid (), SIGUSR1); /* tell test-ptrace to start single-stepping */
68 kill (getpid (), SIGUSR2); /* tell test-ptrace to stop single-stepping */
  /art/runtime/base/
logging_linux.cc 34 ProgramInvocationShortName(), severity, getpid(), ::art::GetTid(),
  /cts/tests/tests/security/jni/
android_security_cts_SeccompDeathTestService.cpp 23 kill(getpid(), SIGSYS);
  /external/chromium_org/base/debug/
debugger.cc 18 DLOG(INFO) << "DebugUtil::WaitForDebugger(pid=" << static_cast<int>(getpid())
  /external/compiler-rt/test/msan/
chained_origin_with_signals.cc 29 kill(getpid(), SIGUSR1);
  /external/compiler-rt/test/tsan/
signal_malloc.cc 22 kill(getpid(), SIGPROF);
  /external/valgrind/main/gdbserver_tests/
gone.c 26 kill(getpid(), SIGABRT);
  /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());
  /external/valgrind/main/memcheck/tests/linux/
sigqueue.c 30 si->si_pid = getpid();
32 syscall(__NR_rt_sigqueueinfo, getpid(), SIGWINCH, si);

Completed in 851 milliseconds

1 2 3 4 5 6 7 8 91011>>