Searched defs:semop (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dsemsys.c74 semop(int semid, struct sembuf *sops, int nsops) function
113 return (semop(semid, sops, nsops));
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dsemsys.c35 #pragma weak _semop = semop
129 semop(int semid, struct sembuf *sops, size_t nsops) function
/illumos-gate/usr/src/uts/common/syscall/
H A Dsem.c62 * semop call.
66 * "system-imposed maximum" number of operations a semop() call for
80 * ID lock). The former is used by semop, where a lookup is performed
170 #define SEM_MAXUCOPS 4096 /* max # of unchecked ops per semop call */
753 * Helper function for semop - copies in the provided timespec and
802 * Helper function for semop - creates an undo structure and adds it to
860 * semop - Semop system call.
863 semop(int semid, struct sembuf *sops, size_t nsops, timespec_t *timeout) function
1188 * semsys - System entry point for semctl, semget, and semop system calls.
1203 error = semop((in
[all...]

Completed in 77 milliseconds