Home
last modified time | relevance | path

Searched refs:GETPID (Results 1 – 14 of 14) sorted by relevance

/external/strace/xlat/
Dsemctl_flags.h34 #if defined(GETPID) || (defined(HAVE_DECL_GETPID) && HAVE_DECL_GETPID)
36 static_assert((GETPID) == (11), "GETPID != 11");
39 # define GETPID 11
120 XLAT(GETPID),
Dsemctl_flags.in6 GETPID 11
/external/ltp/testcases/kernel/io/disktest/
Ddefs.h74 #define GETPID() _getpid() macro
87 #define GETPID() getpid() macro
Dmain.c296 test->args->pid = GETPID(); in threadedMain()
/external/oj-libjdwp/src/solaris/back/
Dproc_md.h41 #define GETPID() getpid() macro
/external/kernel-headers/original/uapi/linux/
Dsem.h11 #define GETPID 11 /* get sempid */ macro
/external/ltp/testcases/kernel/syscalls/ipc/semctl/
Dsemctl01.c113 {&sem_id_1, SEM2, GETPID, func_pid, SEMUN_CAST & buf, pid_setup},
196 case GETPID: in main()
Dsemctl07.c123 if ((status = semctl(semid, 0, GETPID, arg)) == -1) { in main()
/external/oj-libjdwp/src/share/back/
Dlog_messages.c225 processPid = GETPID(); in setup_logging()
Derror_messages.c319 PID_T pid = GETPID(); in do_pause()
/external/toybox/toys/pending/
Dipcs.c110 pid = semctl(TT.id, i, GETPID, n); in show_sem_id()
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs3278 pub const GETPID: ::c_int = 4; constant
/external/sqlite/dist/
Dshell.c113 # define GETPID getpid macro
121 # define GETPID (int)GetCurrentProcessId macro
19081 GETPID());
/external/sqlite/dist/orig/
Dshell.c108 # define GETPID getpid macro
116 # define GETPID (int)GetCurrentProcessId macro
19060 GETPID());