Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/ThirdParty/GCC/Posix/
Dport.c158 pthread_attr_t xThreadAttributes; in pxPortInitialiseStack() local
187 pthread_attr_init( &xThreadAttributes ); in pxPortInitialiseStack()
188 iRet = pthread_attr_setstacksize( &xThreadAttributes, ulStackSize ); in pxPortInitialiseStack()
199 iRet = pthread_create( &thread->pthread, &xThreadAttributes, in pxPortInitialiseStack()