Lines Matching refs:joinable
519 * joinable threads, not for detached threads.
538 * POSIX thread ID associated with the detached thread. For joinable
591 /** Returns true for joinable threads and false for detached threads. */
599 /** Store the thread mode: joinable or detached. */
606 void DRD_(thread_set_joinable)(const DrdThreadId tid, const Bool joinable)
610 tl_assert(!! joinable == joinable);
613 DRD_(g_threadinfo)[tid].detached_posix_thread = ! joinable;