Home | History | Annotate | Download | only in m_syswrap

Lines Matching refs:semid

1541    /* int semop(int semid, struct sembuf *sops, unsigned nsops); */
1552 /* int semtimedop(int semid, struct sembuf *sops, unsigned nsops,
1562 UInt get_sem_count( Int semid )
1576 res = VG_(do_syscall4)(__NR_semctl, semid, 0, VKI_IPC_STAT, *(UWord *)&arg);
1578 res = VG_(do_syscall5)(__NR_ipc, 3 /* IPCOP_semctl */, semid, 0,
1592 /* int semctl(int semid, int semnum, int cmd, ...); */