Searched refs:task_thread_local_start (Results 1 – 1 of 1) sorted by relevance
149 void * task_thread_local_start; in pxPortInitialiseStack() local216 …task_thread_local_start = ( void * ) ( ( ( uint32_t ) pxTopOfStack - XT_CP_SIZE - thread_local_sz … in pxPortInitialiseStack()217 memcpy( task_thread_local_start, &_thread_local_start, thread_local_sz ); in pxPortInitialiseStack()231 …*threadptr = ( uint32_t ) task_thread_local_start - ( ( uint32_t ) &_thread_local_start - ( uint32… in pxPortInitialiseStack()