HomeSort by relevance Sort by last modified time
    Searched refs:detached_posix_thread (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/drd/
drd_thread.c 507 DRD_(g_threadinfo)[tid].detached_posix_thread = False;
509 tl_assert(!DRD_(g_threadinfo)[tid].detached_posix_thread);
528 if (DRD_(g_threadinfo)[tid].detached_posix_thread)
596 return ! DRD_(g_threadinfo)[tid].detached_posix_thread;
613 DRD_(g_threadinfo)[tid].detached_posix_thread = ! joinable;
    [all...]
drd_thread.h 90 Bool detached_posix_thread; member in struct:__anon29889

Completed in 50 milliseconds