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