Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c249 static int stackprot; variable
333 if (stackprot == 0) { /* do this once */ in find_stack()
337 stackprot = (int)lprot; in find_stack()
398 if ((stk = mmap(NULL, mapsize, stackprot, in find_stack()