Searched refs:stacksize_set (Results 1 – 7 of 7) sorted by relevance
52 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()
106 if ((threadAttr->stackaddr_set != 0) && (threadAttr->stacksize_set != 0)) { in PthreadAttrCheck()109 if (threadAttr->stacksize_set != 0) { in PthreadAttrCheck()
51 ICUNIT_GOTO_EQUAL(info->attr.stacksize_set, 1, info->attr.stacksize_set, EXIT); in PthreadF01()96 attr.stacksize_set = 1; in Testcase()
52 ICUNIT_GOTO_EQUAL(info->attr.stacksize_set, 1, info->attr.stacksize_set, EXIT); in PthreadF01()
49 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()
156 if (!outAttr->stacksize_set) { in SetPthreadAttr()
75 unsigned int stacksize_set; member