Home
last modified time | relevance | path

Searched refs:sembuf (Results 1 – 3 of 3) sorted by relevance

/third_party/ulib/musl/include/sys/
A Dsem.h50 struct sembuf { struct
58 int semop(int, struct sembuf*, size_t); argument
61 int semtimedop(int, struct sembuf*, size_t, const struct timespec*);
/third_party/ulib/musl/src/ipc/
A Dsemop.c5 int semop(int id, struct sembuf* buf, size_t n) { in semop()
A Dsemtimedop.c6 int semtimedop(int id, struct sembuf* buf, size_t n, const struct timespec* ts) { in semtimedop()

Completed in 11 milliseconds