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

/freebsd-13-stable/lib/libthr/thread/
H A Dthr_ctrdtr.c38 _tcb_ctor(struct pthread *thread, int initial) function
H A Dthr_list.c173 tcb = _tcb_ctor(thread, 0 /* not initial tls */);
176 tcb = _tcb_ctor(thread, 1 /* initial tls */);
H A Dthr_private.h1009 struct tcb *_tcb_ctor(struct pthread *, int);

Completed in 107 milliseconds