Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/ThirdParty/GCC/Posix/
Dport.c140 pthread_attr_t xThreadAttributes; in pxPortInitialiseStack() local
162 pthread_attr_init( &xThreadAttributes ); in pxPortInitialiseStack()
163 iRet = pthread_attr_setstack( &xThreadAttributes, pxEndOfStack, ulStackSize ); in pxPortInitialiseStack()
174 iRet = pthread_create( &thread->pthread, &xThreadAttributes, in pxPortInitialiseStack()