Searched refs:GETPID (Results 1 – 15 of 15) sorted by relevance
/external/ltp/testcases/kernel/io/disktest/ |
D | defs.h | 74 #define GETPID() _getpid() macro 87 #define GETPID() getpid() macro
|
D | main.c | 296 test->args->pid = GETPID(); in threadedMain()
|
/external/strace/xlat/ |
D | semctl_flags.h | 31 #if defined(GETPID) || (defined(HAVE_DECL_GETPID) && HAVE_DECL_GETPID) 32 XLAT(GETPID),
|
D | semctl_flags.in | 7 GETPID
|
/external/oj-libjdwp/src/solaris/back/ |
D | proc_md.h | 41 #define GETPID() getpid() macro
|
/external/kernel-headers/original/uapi/linux/ |
D | sem.h | 11 #define GETPID 11 /* get sempid */ macro
|
/external/valgrind/none/tests/ |
D | sem.c | 43 if (semctl(semid, 0, GETPID) != getpid()) in main()
|
/external/ltp/testcases/kernel/syscalls/ipc/semctl/ |
D | semctl01.c | 113 {&sem_id_1, SEM2, GETPID, func_pid, SEMUN_CAST & buf, pid_setup}, 196 case GETPID: in main()
|
D | semctl07.c | 123 if ((status = semctl(semid, 0, GETPID, arg)) == -1) { in main()
|
/external/oj-libjdwp/src/share/back/ |
D | log_messages.c | 220 processPid = GETPID(); in setup_logging()
|
D | error_messages.c | 319 PID_T pid = GETPID(); in do_pause()
|
/external/toybox/toys/pending/ |
D | ipcs.c | 110 pid = semctl(TT.id, i, GETPID, n); in show_sem_id()
|
/external/valgrind/include/vki/ |
D | vki-darwin.h | 684 #define VKI_GETPID GETPID
|
D | vki-solaris.h | 924 #define VKI_GETPID GETPID
|
/external/valgrind/memcheck/tests/solaris/ |
D | scalar.c | 253 SY(SYS_semsys, x0 + SEMCTL, x0, x0, x0 + GETPID); FAIL; in sys_semsys10()
|