Searched refs:xThreadAttributes (Results 1 – 1 of 1) sorted by relevance
140 pthread_attr_t xThreadAttributes; in pxPortInitialiseStack() local166 pthread_attr_init( &xThreadAttributes ); in pxPortInitialiseStack()167 iRet = pthread_attr_setstack( &xThreadAttributes, pxEndOfStack, ulStackSize ); in pxPortInitialiseStack()179 iRet = pthread_create( &thread->pthread, &xThreadAttributes, in pxPortInitialiseStack()