Home
last modified time | relevance | path

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

/NextBSD/lib/libthr/thread/
HDthr_ctrdtr.c38 _tcb_ctor(struct pthread *thread, int initial) in _tcb_ctor() function
HDthr_list.c169 tcb = _tcb_ctor(thread, 0 /* not initial tls */); in _thr_alloc()
172 tcb = _tcb_ctor(thread, 1 /* initial tls */); in _thr_alloc()
HDthr_private.h931 struct tcb *_tcb_ctor(struct pthread *, int);