Searched refs:stack_sz (Results 1 – 2 of 2) sorted by relevance
58 size_t stack_sz, unsigned int grp_id) in uthread_create() argument62 if (!stack_sz) in uthread_create()63 stack_sz = CONFIG_UTHREAD_STACK_SIZE; in uthread_create()73 uthr->stack = memalign(16, stack_sz); in uthread_create()83 initjmp(uthr->ctx, uthread_trampoline, uthr->stack, stack_sz); in uthread_create()
1288 When the stack_sz argument to uthread_create() is zero then this
Completed in 15 milliseconds