Home
last modified time | relevance | path

Searched refs:_rthread_alloc_stack (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/lib/librthread/
H A Drthread.h86 struct stack *_rthread_alloc_stack(pthread_t);
H A Drthread_stack.c24 _rthread_alloc_stack(pthread_t thread) in _rthread_alloc_stack() function
H A Drthread.c380 thread->stack = _rthread_alloc_stack(thread); in pthread_create()