Home
last modified time | relevance | path

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

/netbsd/src/lib/libpthread/
Dpthread_attr.c68 p->ptap_stacksize = pthread__stacksize; in pthread__attr_init_private()
121 p->ptap_stacksize = thread->pt_stack.ss_size; in pthread_attr_get_np()
372 *size = p->ptap_stacksize; in pthread_attr_getstack()
392 p->ptap_stacksize = size; in pthread_attr_setstack()
409 *size = p->ptap_stacksize; in pthread_attr_getstacksize()
430 p->ptap_stacksize = size; in pthread_attr_setstacksize()
Dpthread_int.h78 size_t ptap_stacksize; member