Home
last modified time | relevance | path

Searched defs:guardsize (Results 1 – 3 of 3) sorted by relevance

/titanic_51/usr/src/lib/libc/port/threads/
H A Dpthr_attr.c405 pthread_attr_setguardsize(pthread_attr_t *attr, size_t guardsize) in pthread_attr_setguardsize() argument
421 pthread_attr_getguardsize(const pthread_attr_t *attr, size_t *guardsize) in pthread_attr_getguardsize() argument
[all...]
H A Dthr.c235 size_t guardsize = ulwp->ul_guardsize; in ulwp_clean() local
317 find_stack(size_t stksize, size_t guardsize) in find_stack() argument
562 _thrp_create(void * stk,size_t stksize,void * (* func)(void *),void * arg,long flags,thread_t * new_thread,size_t guardsize) _thrp_create() argument
[all...]
/titanic_51/usr/src/lib/libc/inc/
H A Dthr_uberdata.h1222 size_t guardsize; member