Searched refs:semval (Results 1 – 2 of 2) sorted by relevance
65 int fd, semval; in client() local96 semval = semctl(sem_id, 0, GETVAL); in client()97 } while (semval != 0); in client()103 int fd, semval; in server() local118 semval = semctl(sem_id, 0, GETVAL); in server()119 } 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 */