Searched refs:thread_local_sz (Results 1 – 1 of 1) sorted by relevance
153 … uint32_t thread_local_sz = ( uint8_t * ) &_thread_local_end - ( uint8_t * ) &_thread_local_start; in pxPortInitialiseStack() local155 thread_local_sz = ALIGNUP( 0x10, thread_local_sz ); in pxPortInitialiseStack()169 …sp = ( StackType_t * ) ( ( ( UBaseType_t ) pxTopOfStack - XT_CP_SIZE - thread_local_sz - XT_STK_FR… in pxPortInitialiseStack()216 …d_local_start = ( void * ) ( ( ( uint32_t ) pxTopOfStack - XT_CP_SIZE - thread_local_sz ) & ~0xf ); in pxPortInitialiseStack()217 memcpy( task_thread_local_start, &_thread_local_start, thread_local_sz ); in pxPortInitialiseStack()