Searched refs:semheadp (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/rt/
H A Dsem.c50 static semaddr_t *semheadp = NULL; variable
116 for (next = semheadp; next != NULL; next = next->sad_next) {
154 /* add to the list pointed by semheadp */
156 next->sad_next = semheadp;
157 semheadp = next;
187 for (next = &semheadp; (freeit = *next) != NULL;

Completed in 20 milliseconds