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

  /external/strace/xlat/
ipccalls.h 27 #if defined(SEMTIMEDOP) || (defined(HAVE_DECL_SEMTIMEDOP) && HAVE_DECL_SEMTIMEDOP)
29 static_assert((SEMTIMEDOP) == (4), "SEMTIMEDOP != 4");
32 # define SEMTIMEDOP 4
104 XLAT(SEMTIMEDOP),
  /bionic/libc/kernel/uapi/linux/
ipc.h 51 #define SEMTIMEDOP 4
  /external/kernel-headers/original/uapi/linux/
ipc.h 66 #define SEMTIMEDOP 4
  /bionic/libc/bionic/
sys_sem.cpp 61 return semtimedop(id, ops, op_count, nullptr);
64 int semtimedop(int id, sembuf* ops, size_t op_count, const timespec* ts) { function
68 return syscall(SYS_ipc, SEMTIMEDOP, id, op_count, 0, ops, ts);

Completed in 909 milliseconds