Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/threads/
H A Dthr.c247 static int stackprot; variable
331 if (stackprot == 0) { /* do this once */ in find_stack()
335 stackprot = (int)lprot; in find_stack()
396 if ((stk = mmap(NULL, mapsize, stackprot, in find_stack()