Searched refs:vg_thread_exists (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/drd/
H A Ddrd_thread.h84 Bool vg_thread_exists; member in struct:__anon13871
329 if (DRD_(g_threadinfo)[i].vg_thread_exists
H A Ddrd_thread.c159 if (DRD_(g_threadinfo)[i].vg_thread_exists == True
183 DRD_(g_threadinfo)[i].vg_thread_exists = True;
240 return (DRD_(g_threadinfo)[tid].vg_thread_exists
338 DRD_(g_threadinfo)[tid].vg_thread_exists = False;
502 DRD_(g_threadinfo)[tid].vg_thread_exists = False;
524 DRD_(g_threadinfo)[tid].vg_thread_exists = False;
1238 DRD_(g_threadinfo)[i].vg_thread_exists,

Completed in 96 milliseconds