Searched refs:xThreadAttributes (Results 1 – 1 of 1) sorted by relevance
158 pthread_attr_t xThreadAttributes; in pxPortInitialiseStack() local187 pthread_attr_init( &xThreadAttributes ); in pxPortInitialiseStack()188 iRet = pthread_attr_setstacksize( &xThreadAttributes, ulStackSize ); in pxPortInitialiseStack()199 iRet = pthread_create( &thread->pthread, &xThreadAttributes, in pxPortInitialiseStack()