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

1 2 3 4 5 6 7 8 91011>>

  /external/strace/tests/
stack-fcall-3.c 5 return getpid() + i;
  /external/toybox/toys/example/
hello.c 34 if (getpid() == 1) wait(&TT.unused);
  /bionic/tests/
sys_syscall_test.cpp 22 ASSERT_EQ(getpid(), syscall(SYS_getpid));
  /external/libchrome/base/process/
process_handle_posix.cc 12 return getpid();
  /external/toybox/toys/other/
setsid.c 25 tcsetpgrp(0, getpid());
  /external/valgrind/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
pthread_kill.cpp 45 return (tgkill(getpid(), thread->tid, sig) == -1) ? errno : 0;
  /external/valgrind/none/tests/
fdleak_creat.c 12 sprintf(filename, "/tmp/file.%ld", (long) getpid());
sigstackgrowth.c 40 kill(getpid(), SIGUSR1);
56 kill(getpid(), SIGUSR1);
  /external/compiler-rt/test/asan/TestCases/Android/
coverage-android.cc 116 kill(getpid(), SIGKILL);
125 fprintf(stderr, "PID: %d\n", getpid());
  /external/compiler-rt/test/asan/TestCases/Posix/
coverage-fork-direct.cc 25 fprintf(stderr, "Child PID: %d\n", getpid());
28 fprintf(stderr, "Parent PID: %d\n", getpid());
coverage-fork.cc 24 fprintf(stderr, "Child PID: %d\n", getpid());
27 fprintf(stderr, "Parent PID: %d\n", getpid());
coverage-direct-activation.cc 49 fprintf(stderr, "PID: %d\n", getpid());
coverage-direct.cc 73 fprintf(stderr, "PID: %d\n", getpid());
  /toolchain/binutils/binutils-2.25/libiberty/
tmpnam.c 27 extern int getpid (void);
32 int pid = getpid ();
  /hardware/qcom/gps/msm8084/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/msm8909/utils/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/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/msm8994/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/msm8996/utils/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/msmcobalt/utils/platform_lib_abstractions/loc_pla/include/
platform_lib_macros.h 61 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x)
62 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x)
63 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x)
64 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x)
65 #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 */
  /external/compiler-rt/test/msan/
chained_origin_with_signals.cc 29 kill(getpid(), SIGHUP);

Completed in 508 milliseconds

1 2 3 4 5 6 7 8 91011>>