Searched refs:semval (Results 1 – 2 of 2) sorted by relevance
64 int fd, semval; in client() local95 semval = semctl(sem_id, 0, GETVAL); in client()96 } while (semval != 0); in client()102 int fd, semval; in server() local117 semval = semctl(sem_id, 0, GETVAL); in server()118 } while (semval != 0); in server()
539 int semval; /* value of semaphore ( equals BVAL initially */ local567 semval =570 semarg.val = --semval; /* to fix problem with 4th arg of semctl in 64 bits MARIOG */591 semval =593 semarg.val = --semval; /* to fix problem with 4th arg of semctl in 64 bits MARIOG */