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

/osnet-11/usr/src/lib/libc/port/threads/
H A Dthr.c245 static int stackprot; variable
329 if (stackprot == 0) { /* do this once */
333 stackprot = (int)lprot;
394 if ((stk = mmap(NULL, mapsize, stackprot,

Completed in 20 milliseconds