Home
last modified time | relevance | path

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

/Kernel-v11.0.1/portable/ThirdParty/GCC/Posix/
Dport.c140 pthread_attr_t xThreadAttributes; in pxPortInitialiseStack() local
166 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()