Searched refs:_tcb_ctor (Results 1 – 3 of 3) sorted by relevance
38 _tcb_ctor(struct pthread *thread, int initial) in _tcb_ctor() function
169 tcb = _tcb_ctor(thread, 0 /* not initial tls */); in _thr_alloc()172 tcb = _tcb_ctor(thread, 1 /* initial tls */); in _thr_alloc()
931 struct tcb *_tcb_ctor(struct pthread *, int);