tag | line | file | source code |
---|---|---|---|
sembuf | 342 | ipc/sem.c | int sys_semop (int semid, struct sembuf *tsops, unsigned nsops) |
sembuf | 347 | ipc/sem.c | struct sembuf sops[SEMOPM], *sop; |
sembuf | 23 | ipc/util.c | extern int sys_semop (int semid, struct sembuf *sops, unsigned nsops); |
sembuf | 76 | ipc/util.c | return sys_semop (first, (struct sembuf *)ptr, second); |