Searched refs:_thr_alloc (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_create.c107 if ((new_thread = _thr_alloc(curthread)) == NULL) {
H A Dthr_init.c308 curthread = _thr_alloc(NULL);
H A Dthr_private.h1145 struct pthread *_thr_alloc(struct pthread *);
H A Dthr_kern.c2371 _thr_alloc(struct pthread *curthread) function
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_create.c73 if ((new_thread = _thr_alloc(curthread)) == NULL)
H A Dthr_list.c131 _thr_alloc(struct pthread *curthread) function
H A Dthr_init.c342 curthread = _thr_alloc(NULL);
H A Dthr_private.h738 struct pthread *_thr_alloc(struct pthread *) __hidden;

Completed in 119 milliseconds