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()
538 int semval; /* value of semaphore ( equals BVAL initially */ local566 semval =569 semarg.val = --semval; /* to fix problem with 4th arg of semctl in 64 bits MARIOG */590 semval =592 semarg.val = --semval; /* to fix problem with 4th arg of semctl in 64 bits MARIOG */