Searched refs:detached_posix_thread (Results 1 – 2 of 2) sorted by relevance
513 DRD_(g_threadinfo)[tid].detached_posix_thread = False; in DRD_()515 tl_assert(!DRD_(g_threadinfo)[tid].detached_posix_thread); in DRD_()534 if (DRD_(g_threadinfo)[tid].detached_posix_thread) in DRD_()605 return ! DRD_(g_threadinfo)[tid].detached_posix_thread; in DRD_()622 DRD_(g_threadinfo)[tid].detached_posix_thread = ! joinable; in DRD_()1255 DRD_(g_threadinfo)[i].detached_posix_thread); in DRD_()
90 Bool detached_posix_thread; member