Home
last modified time | relevance | path

Searched refs:stack_size (Results 1 – 12 of 12) sorted by relevance

/bsp/w60x/drivers/
A Dboard.c138 rt_uint32_t stack_size, stk_start; in _thread_inited_hook() local
140 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()
/bsp/juicevm/
A DSConstruct28 stack_size = 4096
31 if GetDepend('__STACKSIZE__'): stack_size = GetDepend('__STACKSIZE__')
32 stack_lds.write('__STACKSIZE__ = %d;' % stack_size)
/bsp/k210/
A DSConstruct28 stack_size = 4096
31 if GetDepend('__STACKSIZE__'): stack_size = GetDepend('__STACKSIZE__')
32 stack_lds.write('__STACKSIZE__ = %d;' % stack_size)
/bsp/qemu-virt64-riscv/
A DSConstruct30 stack_size = 4096
37 if GetDepend('__STACKSIZE__'): stack_size = GetDepend('__STACKSIZE__')
38 stack_lds.write('__STACKSIZE__ = %d;\n' % stack_size)
/bsp/xuantie/virt64/c906/
A DSConstruct39 stack_size = 4096
46 if GetDepend('__STACKSIZE__'): stack_size = GetDepend('__STACKSIZE__')
47 stack_lds.write('__STACKSIZE__ = %d;\n' % stack_size)
/bsp/bouffalo_lab/bl808/d0/
A DSConstruct44 stack_size = 4096
47 if GetDepend('__STACKSIZE__'): stack_size = GetDepend('__STACKSIZE__')
48 stack_lds.write('__STACKSIZE__ = %d;' % stack_size)
/bsp/ultrarisc/ur_dp1000_evb/
A DSConstruct28 stack_size = 4096
41 if GetDepend('__STACKSIZE__'): stack_size = GetDepend('__STACKSIZE__')
42 stack_lds.write('__STACKSIZE__ = %d;\n' % stack_size)
/bsp/allwinner/d1/
A DSConstruct55 stack_size = 4096
58 if GetDepend('__STACKSIZE__'): stack_size = GetDepend('__STACKSIZE__')
59 stack_lds.write('__STACKSIZE__ = %d;' % stack_size)
/bsp/hc32l136/Libraries/CMSIS/Device/HDSC/HC32L136/Source/GCC/
A Dstartup_hc32l136.s2 .stack_size = 0x200 define
3 .stack_space: .space .stack_size
16 .word .stack_space + .stack_size // Stack Pointer
/bsp/allwinner/d1s/
A DSConstruct93 stack_size = 4096
96 if GetDepend('__STACKSIZE__'): stack_size = GetDepend('__STACKSIZE__')
97 stack_lds.write('__STACKSIZE__ = %d;\n' % stack_size)
/bsp/allwinner/libraries/sunxi-hal/osal/src/
A Dhal_queue.c120 hal_workqueue *hal_workqueue_create(const char *name, unsigned short stack_size, unsigned char prio… in hal_workqueue_create() argument
122 return rt_workqueue_create(name, stack_size, priority); in hal_workqueue_create()
/bsp/allwinner/libraries/sunxi-hal/include/osal/
A Dhal_queue.h27 hal_workqueue *hal_workqueue_create(const char *name, unsigned short stack_size, unsigned char prio…

Completed in 18 milliseconds