Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/htl/
DpthreadP.h88 size_t *__restrict __stacksize);
89 int __pthread_attr_setstacksize (pthread_attr_t *__attr, size_t __stacksize);
91 size_t __stacksize);
Dtimer_routines.h38 && ileft->__stacksize == iright->__stacksize in thread_attr_compare()
Dpthread.h153 size_t *__restrict __stacksize)
160 size_t __stacksize)
193 size_t *__restrict __stacksize)
198 size_t __stacksize)
Dpt-attr-getstacksize.c25 *stacksize = attr->__stacksize; in __pthread_attr_getstacksize()
Dpt-attr-setstacksize.c25 attr->__stacksize = stacksize; in __pthread_attr_setstacksize()
Dpt-attr.c28 __stacksize: 0,
/glibc-2.36/sysdeps/nptl/
DpthreadP.h392 size_t *__restrict __stacksize);
394 size_t __stacksize);
397 size_t *__restrict __stacksize);
399 size_t __stacksize);
Dpthread.h367 __attr, size_t *__restrict __stacksize)
374 size_t __stacksize)
381 size_t *__restrict __stacksize)
388 size_t __stacksize) __THROW __nonnull ((1));
/glibc-2.36/sysdeps/htl/bits/types/
Dstruct___pthread_attr.h39 size_t __stacksize; member
/glibc-2.36/htl/
Dpt-getattr.c44 attr->__stacksize = pthread->stacksize; in __pthread_getattr_np()
Dpt-create.c135 stacksize = setup->__stacksize; in weak_alias()