Searched refs:stack_size (Results 1 – 12 of 12) sorted by relevance
138 rt_uint32_t stack_size, stk_start; in _thread_inited_hook() local140 stack_size = (rt_uint32_t)thread->stack_size; in _thread_inited_hook()143 if ((stk_start + stack_size) >= TASK_STACK_USING_MEM_UPPER_RANGE) in _thread_inited_hook()148 RT_ASSERT((stk_start + stack_size) < TASK_STACK_USING_MEM_UPPER_RANGE); in _thread_inited_hook()
28 stack_size = 409631 if GetDepend('__STACKSIZE__'): stack_size = GetDepend('__STACKSIZE__')32 stack_lds.write('__STACKSIZE__ = %d;' % stack_size)
30 stack_size = 409637 if GetDepend('__STACKSIZE__'): stack_size = GetDepend('__STACKSIZE__')38 stack_lds.write('__STACKSIZE__ = %d;\n' % stack_size)
39 stack_size = 409646 if GetDepend('__STACKSIZE__'): stack_size = GetDepend('__STACKSIZE__')47 stack_lds.write('__STACKSIZE__ = %d;\n' % stack_size)
44 stack_size = 409647 if GetDepend('__STACKSIZE__'): stack_size = GetDepend('__STACKSIZE__')48 stack_lds.write('__STACKSIZE__ = %d;' % stack_size)
28 stack_size = 409641 if GetDepend('__STACKSIZE__'): stack_size = GetDepend('__STACKSIZE__')42 stack_lds.write('__STACKSIZE__ = %d;\n' % stack_size)
55 stack_size = 409658 if GetDepend('__STACKSIZE__'): stack_size = GetDepend('__STACKSIZE__')59 stack_lds.write('__STACKSIZE__ = %d;' % stack_size)
2 .stack_size = 0x200 define3 .stack_space: .space .stack_size16 .word .stack_space + .stack_size // Stack Pointer
93 stack_size = 409696 if GetDepend('__STACKSIZE__'): stack_size = GetDepend('__STACKSIZE__')97 stack_lds.write('__STACKSIZE__ = %d;\n' % stack_size)
120 hal_workqueue *hal_workqueue_create(const char *name, unsigned short stack_size, unsigned char prio… in hal_workqueue_create() argument122 return rt_workqueue_create(name, stack_size, priority); in hal_workqueue_create()
27 hal_workqueue *hal_workqueue_create(const char *name, unsigned short stack_size, unsigned char prio…
Completed in 18 milliseconds