Home
last modified time | relevance | path

Searched refs:k_curthread (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/lib/libkse/thread/
Dthr_kern.c721 curthread = curkse->k_curthread; in kse_sched_single()
969 curthread = curkse->k_curthread; in kse_sched_multi()
1014 curkse->k_curthread = curthread; in kse_sched_multi()
1028 curkse->k_curthread = NULL; in kse_sched_multi()
1075 curkse->k_curthread = curthread; in kse_sched_multi()
1413 newthread->kse->k_curthread = newthread; in _thr_schedule_add()
1509 if (thread != kse->k_curthread) { in kse_check_completed()
1516 (thread->kse->k_curthread == thread)) { in kse_check_completed()
1522 thread->kse->k_curthread = NULL; in kse_check_completed()
2318 kse->k_curthread = NULL; in kse_reinit()
Dthr_concurrency.c111 newkse->k_curthread = NULL; in _thr_setconcurrency()
Dthr_create.c265 kse->k_curthread = NULL; in _pthread_create()
Dthr_init.c334 _thr_initial->kse->k_curthread = _thr_initial; in _libpthread_init()
Dthr_private.h167 struct pthread *k_curthread; /* current thread */ member
996 ((thrd)->kse != NULL) && ((thrd)->kse->k_curthread == (thrd))