Searched refs:THR_FLAGS_NEED_SUSPEND (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/lib/libthr/thread/
H A Dthr_suspend_np.c123 thread->flags |= THR_FLAGS_NEED_SUSPEND;
169 thread->flags |= THR_FLAGS_NEED_SUSPEND;
H A Dthr_resume_np.c96 thread->flags &= ~(THR_FLAGS_NEED_SUSPEND | THR_FLAGS_SUSPENDED);
H A Dthr_create.c129 new_thread->flags = THR_FLAGS_NEED_SUSPEND;
208 if (new_thread->flags & THR_FLAGS_NEED_SUSPEND) {
H A Dthr_fork.c224 curthread->flags &= ~(THR_FLAGS_NEED_SUSPEND|THR_FLAGS_DETACHED);
H A Dthr_sig.c414 (THR_FLAGS_NEED_SUSPEND | THR_FLAGS_SUSPENDED))
415 != THR_FLAGS_NEED_SUSPEND))
434 while ((curthread->flags & THR_FLAGS_NEED_SUSPEND) != 0) {
H A Dthr_exit.c306 if (curthread->flags & THR_FLAGS_NEED_SUSPEND) {
H A Dthr_private.h489 #define THR_FLAGS_NEED_SUSPEND 0x0002 /* thread should be suspended */ macro

Completed in 108 milliseconds