Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_detach.c56 if ((pthread->flags & THR_FLAGS_DETACHED) != 0 || in _thr_detach()
63 pthread->flags |= THR_FLAGS_DETACHED; in _thr_detach()
H A Dthr_create.c135 new_thread->flags |= THR_FLAGS_DETACHED; in _pthread_create()
203 new_thread->flags |= THR_FLAGS_DETACHED; in _pthread_create()
218 new_thread->flags |= THR_FLAGS_DETACHED; in _pthread_create()
H A Dthr_join.c102 if ((pthread->flags & THR_FLAGS_DETACHED) != 0) { in join_common()
160 pthread->flags |= THR_FLAGS_DETACHED; in join_common()
H A Dthr_fork.c227 curthread->flags &= ~(THR_FLAGS_NEED_SUSPEND|THR_FLAGS_DETACHED); in thr_fork_impl()
H A Dthr_private.h486 #define THR_FLAGS_DETACHED 0x0008 /* thread is detached */ macro
583 ((thrd)->flags & THR_FLAGS_DETACHED) != 0)
H A Dthr_attr.c165 if ((pthread->flags & THR_FLAGS_DETACHED) != 0) in _thr_attr_get_np()