Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/performance-thread/common/
H A Dlthread.h36 struct lthread_stack *_stack_alloc(void);
H A Dlthread_sched.c343 s = _stack_alloc(); in _lthread_resume()
H A Dlthread.c87 struct lthread_stack *_stack_alloc(void) in _stack_alloc() function