Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/threads/
H A Dthr.c248 static int stackprot; variable
332 if (stackprot == 0) { /* do this once */ in find_stack()
336 stackprot = (int)lprot; in find_stack()
397 if ((stk = mmap(NULL, mapsize, stackprot, in find_stack()