Home | History | Annotate | Download | only in drd

Lines Matching refs:detached

489 void DRD_(thread_delete)(const DrdThreadId tid, const Bool detached)
506 if (detached)
519 * joinable threads, not for detached threads.
531 * Once a detached thread has finished, its stack is deallocated and
537 * For a detached thread, calling pthread_exit() invalidates the
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. */