Searched refs:GETPID (Results 1 – 14 of 14) sorted by relevance
/external/strace/xlat/ |
D | semctl_flags.h | 34 #if defined(GETPID) || (defined(HAVE_DECL_GETPID) && HAVE_DECL_GETPID) 36 static_assert((GETPID) == (11), "GETPID != 11"); 39 # define GETPID 11 120 XLAT(GETPID),
|
D | semctl_flags.in | 6 GETPID 11
|
/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/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/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 | 225 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/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 3278 pub const GETPID: ::c_int = 4; constant
|
/external/sqlite/dist/ |
D | shell.c | 113 # define GETPID getpid macro 121 # define GETPID (int)GetCurrentProcessId macro 19081 GETPID());
|
/external/sqlite/dist/orig/ |
D | shell.c | 108 # define GETPID getpid macro 116 # define GETPID (int)GetCurrentProcessId macro 19060 GETPID());
|