Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/include/llvm-libc-types/
H A Dpthread_attr_t.h17 size_t __stacksize; member
/llvm-project-15.0.7/libc/src/pthread/
H A Dpthread_attr_getstacksize.cpp20 *stacksize = attr->__stacksize;
H A Dpthread_attr_setstacksize.cpp24 attr->__stacksize = stacksize;
H A Dpthread_attr_getstack.cpp21 *stacksize = attr->__stacksize;
H A Dpthread_attr_setstack.cpp29 attr->__stacksize = stacksize;