Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix/
A Dport.c217 pthread_attr_t xThreadAttributes; in pxPortInitialiseStack() local
237 pthread_attr_init( &xThreadAttributes ); in pxPortInitialiseStack()
243 iRet = pthread_create( &thread->pthread, &xThreadAttributes, in pxPortInitialiseStack()

Completed in 4 milliseconds