Searched refs:xThreadAttributes (Results 1 – 1 of 1) sorted by relevance
217 pthread_attr_t xThreadAttributes; in pxPortInitialiseStack() local237 pthread_attr_init( &xThreadAttributes ); in pxPortInitialiseStack()243 iRet = pthread_create( &thread->pthread, &xThreadAttributes, in pxPortInitialiseStack()
Completed in 4 milliseconds