Searched refs:_rthread_alloc_stack (Results 1 – 3 of 3) sorted by relevance
86 struct stack *_rthread_alloc_stack(pthread_t);
24 _rthread_alloc_stack(pthread_t thread) in _rthread_alloc_stack() function
380 thread->stack = _rthread_alloc_stack(thread); in pthread_create()