Lines Matching refs:joinable
396 * Tell DRD whether 'tid' is a joinable thread or a detached thread.
398 static void DRD_(set_joinable)(const pthread_t tid, const int joinable)
400 assert(joinable == 0 || joinable == 1);
402 tid, joinable, 0, 0, 0);
548 * Find out whether the thread will be started as a joinable thread
550 * this means that the new thread will be started as a joinable thread.
604 * Find out whether the thread will be started as a joinable thread