Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_ctrdtr.c35 _tcb_ctor(struct pthread *thread, int initial) in _tcb_ctor() function
H A Dthr_list.c170 tcb = _tcb_ctor(thread, 0 /* not initial tls */); in _thr_alloc()
173 tcb = _tcb_ctor(thread, 1 /* initial tls */); in _thr_alloc()
H A Dthr_private.h1008 struct tcb *_tcb_ctor(struct pthread *, int);