Home
last modified time | relevance | path

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

/NextBSD/lib/libthr/thread/
HDthr_resume_np.c43 static void resume_common(struct pthread *thread);
55 resume_common(thread); in _pthread_resume_np()
77 resume_common(thread); in _pthread_resume_all_np()
90 resume_common(struct pthread *thread) in resume_common() function