Searched defs:stacksize (Results 1 – 5 of 5) sorted by relevance
45 size_t stacksize; member
393 sys_thread_t sys_thread_new(const char *name, lwip_thread_fn thread , void *arg, int stacksize, int… in sys_thread_new()
402 sys_thread_new(const char *name, lwip_thread_fn thread, void *arg, int stacksize, int prio) in sys_thread_new()
601 int err = 0, stacksize = HISIGNALLING_TASK_STACK_SIZE; in HisignallingMsgTask() local
207 uint32_t stacksize; ///< stack size requirements in bytes; 0 is default stack size member