Searched refs:_tcb_ctor (Results 1 – 3 of 3) sorted by relevance
35 _tcb_ctor(struct pthread *thread, int initial) in _tcb_ctor() function
170 tcb = _tcb_ctor(thread, 0 /* not initial tls */); in _thr_alloc()173 tcb = _tcb_ctor(thread, 1 /* initial tls */); in _thr_alloc()
1008 struct tcb *_tcb_ctor(struct pthread *, int);