Home
last modified time | relevance | path

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

/trueos/lib/libkse/thread/
HDthr_kern.c171 static void thr_resume_check(struct pthread *curthread, ucontext_t *ucp);
697 thr_resume_check(curthread, uc); in _thr_sched_switch_unlocked()
1140 thr_resume_check(curthread, ucp); in thr_resume_wrapper()
1153 thr_resume_check(struct pthread *curthread, ucontext_t *ucp) in thr_resume_check() function