Home
last modified time | relevance | path

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

/external/valgrind/drd/
Ddrd_thread.h83 Bool vg_thread_exists; member
345 if (DRD_(g_threadinfo)[i].vg_thread_exists in DRD_()
Ddrd_thread.c173 if (DRD_(g_threadinfo)[i].vg_thread_exists == True in DRD_()
197 DRD_(g_threadinfo)[i].vg_thread_exists = True; in DRD_()
259 return (DRD_(g_threadinfo)[tid].vg_thread_exists in DRD_()
367 DRD_(g_threadinfo)[tid].vg_thread_exists = False; in DRD_()
530 DRD_(g_threadinfo)[tid].vg_thread_exists = False; in DRD_()
552 DRD_(g_threadinfo)[tid].vg_thread_exists = False; in DRD_()
1319 DRD_(g_threadinfo)[i].vg_thread_exists, in DRD_()