Home
last modified time | relevance | path

Searched refs:semtimedop (Results 1 – 25 of 27) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/ipc/semop/
Dsemop.h26 …{ .semtimedop = sys_semtimedop, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "semtimedop: syscall wit…
30 …{ .semtimedop = sys_semtimedop_time64, .ts_type = TST_KERN_TIMESPEC, .desc = "semtimedop: syscall …
40 return tv->semtimedop(semid, sops, nsops, timeout); in call_semop()
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsem.h60 int semtimedop(int, struct sembuf *, size_t, const struct timespec *);
65 __REDIR(semtimedop, __semtimedop_time64);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsem.h60 int semtimedop(int, struct sembuf *, size_t, const struct timespec *);
65 __REDIR(semtimedop, __semtimedop_time64);
/third_party/musl/include/sys/
Dsem.h60 int semtimedop(int, struct sembuf *, size_t, const struct timespec *);
65 __REDIR(semtimedop, __semtimedop_time64);
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsem.h60 int semtimedop(int, struct sembuf *, size_t, const struct timespec *);
65 __REDIR(semtimedop, __semtimedop_time64);
/third_party/musl/libc-test/src/functionalext/supplement/ipc/
Dsemtimedop.c66 int result = semtimedop(id, ops, sizeof(ops) / sizeof(struct sembuf), &ts); in semtimedop_0100()
97 int result = semtimedop(-1, NULL, -1, NULL); in semtimedop_0200()
Dtest_src_functionalext_supplement_ipc.gni15 "semtimedop",
/third_party/musl/docs/
Dstatus.md107 - semtimedop
141 - semtimedop 函数用于在指定的时间范围内进行对信号量的原子化操作,支持超时功能。
/third_party/musl/compat/time32/
Dsemtimedop_time32.c8 return semtimedop(id, buf, n, !ts32 ? 0 : (&(struct timespec){ in __semtimedop_time32()
/third_party/musl/src/ipc/
Dsemtimedop.c16 int semtimedop(int id, struct sembuf *buf, size_t n, const struct timespec *ts) in semtimedop() function
/third_party/ltp/include/
Dtime64_variants.h54 int (*semtimedop)(int semid, struct sembuf *sops, size_t nsops, void *timeout); member
/third_party/musl/libc-test/src/common/
Dtest.h81 #define __semtimedop_time64 semtimedop
/third_party/ltp/include/lapi/syscalls/
Daarch64.in194 semtimedop 192
Dloongarch.in194 semtimedop 192
Darc.in194 semtimedop 192
Dmips_n64.in215 semtimedop 5214
Dmips_n32.in216 semtimedop 6215
Dia64.in218 semtimedop 1247
Ds390x.in332 semtimedop 392
Dx86_64.in221 semtimedop 220
Dsparc64.in349 semtimedop 392
Dpowerpc.in377 semtimedop 392
Dpowerpc64.in377 semtimedop 392
Darm.in268 semtimedop (__NR_SYSCALL_BASE+312)
/third_party/musl/
Dlibc.map.txt1594 semtimedop;

12