Home
last modified time | relevance | path

Searched defs:stacksize (Results 1 – 5 of 5) sorted by relevance

/titanic_52/usr/src/lib/libc/port/threads/
H A Dpthr_attr.c131 pthread_attr_setstacksize(pthread_attr_t *attr, size_t stacksize) in pthread_attr_setstacksize() argument
148 pthread_attr_getstacksize(const pthread_attr_t *attr, size_t *stacksize) in pthread_attr_getstacksize() argument
445 void *stackaddr, size_t stacksize) in pthread_attr_setstack() argument
466 pthread_attr_getstack(const pthread_attr_t * attr,void ** stackaddr,size_t * stacksize) pthread_attr_getstack() argument
[all...]
/titanic_52/usr/src/lib/libc/port/tpool/
H A Dthread_pool.c241 size_t stacksize; in tpool_create() local
/titanic_52/usr/src/lib/libcurses/screen/
H A Dtparm.c99 int stacksize; member
/titanic_52/usr/src/cmd/syslogd/
H A Dsyslogd.c208 static size_t stacksize; /* thread stack size */ variable
[all...]
/titanic_52/usr/src/lib/libsqlite/tool/
H A Dlemon.c247 char *stacksize; /* Size of the parser stack */ member