Home | History | Annotate | Download | only in drd

Lines Matching full:joinable

545  * joinable threads, not for detached threads.
564 * POSIX thread ID associated with the detached thread. For joinable
627 /** Returns true for joinable threads and false for detached threads. */
635 /** Store the thread mode: joinable or detached. */
642 void DRD_(thread_set_joinable)(const DrdThreadId tid, const Bool joinable)
646 tl_assert((!! joinable) == joinable);
649 DRD_(g_threadinfo)[tid].detached_posix_thread = ! joinable;