HomeSort by relevance Sort by last modified time
    Searched refs:GETPID (Results 1 - 20 of 20) sorted by null

  /external/ltp/testcases/kernel/io/disktest/
defs.h 74 #define GETPID() _getpid()
87 #define GETPID() getpid()
main.c 296 test->args->pid = GETPID();
  /external/strace/xlat/
semctl_flags.h 31 #if defined(GETPID) || (defined(HAVE_DECL_GETPID) && HAVE_DECL_GETPID)
32 XLAT(GETPID),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sem.h 29 #define GETPID 11 /* get sempid */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sem.h 29 #define GETPID 11 /* get sempid */
  /external/oj-libjdwp/src/solaris/back/
proc_md.h 41 #define GETPID() getpid()
  /bionic/libc/kernel/uapi/linux/
sem.h 23 #define GETPID 11
  /bionic/tests/headers/posix/
sys_sem_h.c 37 MACRO(GETPID);
  /external/kernel-headers/original/uapi/linux/
sem.h 11 #define GETPID 11 /* get sempid */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
sem.h 10 #define GETPID 11 /* get sempid */
  /external/valgrind/none/tests/
sem.c 43 if (semctl(semid, 0, GETPID) != getpid())
45 perror("semctl GETPID");
  /external/ltp/testcases/kernel/syscalls/ipc/semctl/
semctl07.c 123 if ((status = semctl(semid, 0, GETPID, arg)) == -1) {
124 tst_resm(TFAIL, "semctl(GETPID) failed errno = %d", errno);
127 status = getpid();
semctl01.c 113 {&sem_id_1, SEM2, GETPID, func_pid, SEMUN_CAST & buf, pid_setup},
196 case GETPID:
372 * pid_setup() - set up for the GETPID command with semctl()
413 * func_pid() - check the functionality of the GETPID command with semctl()
431 * to ONE as it was set in the last test (GETPID).
  /external/oj-libjdwp/src/share/back/
log_messages.c 220 processPid = GETPID();
error_messages.c 319 PID_T pid = GETPID();
  /external/toybox/toys/pending/
ipcs.c 110 pid = semctl(TT.id, i, GETPID, n);
  /external/valgrind/include/vki/
vki-darwin.h 684 #define VKI_GETPID GETPID
vki-solaris.h 924 #define VKI_GETPID GETPID
    [all...]
  /external/valgrind/memcheck/tests/solaris/
scalar.c 252 GO(SYS_semsys, "(SEMCTL,GETPID) 4s 0m");
253 SY(SYS_semsys, x0 + SEMCTL, x0, x0, x0 + GETPID); FAIL;
    [all...]
scalar.stderr.exp 824 53: SYS_semsys (SEMCTL,GETPID) 4s 0m
    [all...]

Completed in 1233 milliseconds