Home
last modified time | relevance | path

Searched refs:detached_posix_thread (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/drd/
Ddrd_thread.c533 DRD_(g_threadinfo)[tid].detached_posix_thread = False; in DRD_()
535 tl_assert(!DRD_(g_threadinfo)[tid].detached_posix_thread); in DRD_()
554 if (DRD_(g_threadinfo)[tid].detached_posix_thread) in DRD_()
632 return ! DRD_(g_threadinfo)[tid].detached_posix_thread; in DRD_()
649 DRD_(g_threadinfo)[tid].detached_posix_thread = ! joinable; in DRD_()
1323 DRD_(g_threadinfo)[i].detached_posix_thread); in DRD_()
Ddrd_thread.h90 Bool detached_posix_thread; member