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

  /external/valgrind/main/drd/
drd_thread.h 83 Bool vg_thread_exists; member in struct:__anon16469
329 if (DRD_(g_threadinfo)[i].vg_thread_exists
drd_thread.c 162 if (DRD_(g_threadinfo)[i].vg_thread_exists == True
186 DRD_(g_threadinfo)[i].vg_thread_exists = True;
243 return (DRD_(g_threadinfo)[tid].vg_thread_exists
341 DRD_(g_threadinfo)[tid].vg_thread_exists = False;
504 DRD_(g_threadinfo)[tid].vg_thread_exists = False;
526 DRD_(g_threadinfo)[tid].vg_thread_exists = False;
    [all...]

Completed in 3424 milliseconds