Searched refs:temp32 (Results 1 – 1 of 1) sorted by relevance
376 ULONG temp32; in CreateTask() local419 temp32 = ((stack_size + 3u) & ~0x3u); in CreateTask()422 temp32 += OSEK_STACK_PADDING; in CreateTask()425 if (temp32 < TX_MINIMUM_STACK) in CreateTask()458 status = osek_allocate_tcb(temp32, &tcb_ptr); in CreateTask()572 ULONG temp32; in CreateISR() local604 temp32 = ((stack_size + 3u) & ~0x3u); in CreateISR()607 temp32 += OSEK_STACK_PADDING; in CreateISR()610 if (temp32 < TX_MINIMUM_STACK) in CreateISR()619 status = osek_allocate_tcb(temp32, &tcb_ptr); in CreateISR()