Home
last modified time | relevance | path

Searched refs:stacksize_set (Results 1 – 7 of 7) sorted by relevance

/kernel/liteos_m/kal/posix/src/
Dpthread_attr.c52 attr->stacksize_set = 1; in pthread_attr_init()
220 attr->stacksize_set = 1; in pthread_attr_setstacksize()
231 attr->stacksize_set = 1; in pthread_attr_setstack()
241 !attr->stacksize_set || !attr->stackaddr_set) { in pthread_attr_getstack()
253 if ((attr == NULL) || (stackSize == NULL) || (!attr->stacksize_set)) { in pthread_attr_getstacksize()
Dpthread.c106 if ((threadAttr->stackaddr_set != 0) && (threadAttr->stacksize_set != 0)) { in PthreadAttrCheck()
109 if (threadAttr->stacksize_set != 0) { in PthreadAttrCheck()
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/
DIt_posix_pthread_045.c51 ICUNIT_GOTO_EQUAL(info->attr.stacksize_set, 1, info->attr.stacksize_set, EXIT); in PthreadF01()
96 attr.stacksize_set = 1; in Testcase()
DIt_posix_pthread_046.c52 ICUNIT_GOTO_EQUAL(info->attr.stacksize_set, 1, info->attr.stacksize_set, EXIT); in PthreadF01()
/kernel/liteos_a/compat/posix/src/
Dpthread_attr.c49 attr->stacksize_set = 1; in pthread_attr_init()
219 attr->stacksize_set = 1; in pthread_attr_setstacksize()
228 if ((attr == NULL) || (stackSize == NULL) || (!attr->stacksize_set)) { in pthread_attr_getstacksize()
Dpthread.c156 if (!outAttr->stacksize_set) { in SetPthreadAttr()
/kernel/liteos_m/kal/libc/newlib/porting/include/sys/
D_pthreadtypes.h75 unsigned int stacksize_set; member