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

  /external/valgrind/drd/
drd_thread.h 83 Bool vg_thread_exists; member in struct:__anon20571
330 if (DRD_(g_threadinfo)[i].vg_thread_exists
drd_thread.c 168 if (DRD_(g_threadinfo)[i].vg_thread_exists == True
192 DRD_(g_threadinfo)[i].vg_thread_exists = True;
249 return (DRD_(g_threadinfo)[tid].vg_thread_exists
347 DRD_(g_threadinfo)[tid].vg_thread_exists = False;
510 DRD_(g_threadinfo)[tid].vg_thread_exists = False;
532 DRD_(g_threadinfo)[tid].vg_thread_exists = False;
    [all...]

Completed in 795 milliseconds