Searched refs:sembuf (Results 1 – 3 of 3) sorted by relevance
| /third_party/ulib/musl/include/sys/ |
| A D | sem.h | 50 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 D | semop.c | 5 int semop(int id, struct sembuf* buf, size_t n) { in semop()
|
| A D | semtimedop.c | 6 int semtimedop(int id, struct sembuf* buf, size_t n, const struct timespec* ts) { in semtimedop()
|
Completed in 11 milliseconds