Home
last modified time | relevance | path

Searched refs:pthread_attr_getstacksize (Results 1 - 2 of 2) sorted by relevance

/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/
H A Dpthread_attr.c222 int pthread_attr_getstacksize(const pthread_attr_t *attr, size_t *stackSize) in pthread_attr_getstacksize() function
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dpthread.h625 * @retval #int Upon successful completion, pthread_attr_getstacksize() shall return a value of 0; otherwise, an error number shall be returned to indicate the error.
626 * The pthread_attr_getstacksize() function stores the stacksize attribute value in stacksize if successful.
635 int pthread_attr_getstacksize(const pthread_attr_t *__restrict, size_t *__restrict);
660 * @see pthread_attr_getstacksize

Completed in 2 milliseconds