Home
last modified time | relevance | path

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

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