Searched refs:temp32 (Results 1 – 1 of 1) sorted by relevance
375 ULONG temp32; in CreateTask() local418 temp32 = ((stack_size + 3u) & ~0x3u); in CreateTask()421 temp32 += OSEK_STACK_PADDING; in CreateTask()424 if (temp32 < TX_MINIMUM_STACK) in CreateTask()457 status = osek_allocate_tcb(temp32, &tcb_ptr); in CreateTask()571 ULONG temp32; in CreateISR() local603 temp32 = ((stack_size + 3u) & ~0x3u); in CreateISR()606 temp32 += OSEK_STACK_PADDING; in CreateISR()609 if (temp32 < TX_MINIMUM_STACK) in CreateISR()618 status = osek_allocate_tcb(temp32, &tcb_ptr); in CreateISR()