Searched defs:shmid (Results 1 - 1 of 1) sorted by relevance

/httpd/test/
H A Dtime-sem.c444 int shmid = -1; local
450 if ((shmid = shmget(shmkey, size, IPC_CREAT | SHM_R | SHM_W)) == -1) {
471 if ((result = shmat(shmid, 0, 0)) == BADSHMAT) {
478 if (shmctl(shmid, IPC_RMID, NULL) != 0) {

Completed in 1621 milliseconds