Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsemctl_flags.h31 #if defined(GETPID) || (defined(HAVE_DECL_GETPID) && HAVE_DECL_GETPID)
32 XLAT(GETPID),
Dsemctl_flags.in7 GETPID
/external/kernel-headers/original/uapi/linux/
Dsem.h10 #define GETPID 11 /* get sempid */ macro
/external/valgrind/none/tests/
Dsem.c43 if (semctl(semid, 0, GETPID) != getpid()) in main()
/external/toybox/toys/pending/
Dipcs.c110 pid = semctl(TT.id, i, GETPID, n); in show_sem_id()
/external/valgrind/include/vki/
Dvki-darwin.h684 #define VKI_GETPID GETPID
Dvki-solaris.h858 #define VKI_GETPID GETPID
/external/valgrind/memcheck/tests/solaris/
Dscalar.c247 SY(SYS_semsys, x0 + SEMCTL, x0, x0, x0 + GETPID); FAIL; in sys_semsys10()