Searched refs:_kse_alloc (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/lib/libkse/thread/
H A Dthr_concurrency.c103 newkse = _kse_alloc(curthread, 0);
H A Dthr_create.c140 (((kse = _kse_alloc(curthread, 1)) == NULL)
H A Dthr_init.c293 _kse_initial = _kse_alloc(NULL, _thread_scope_system > 0);
H A Dthr_private.h1100 struct kse *_kse_alloc(struct pthread *, int sys_scope);
H A Dthr_kern.c2205 _kse_alloc(struct pthread *curthread, int sys_scope) function

Completed in 59 milliseconds