Home
last modified time | relevance | path

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

/external/valgrind/drd/
Ddrd_thread.c243 if (DRD_(g_threadinfo)[i].posix_thread_exists in DRD_()
368 DRD_(g_threadinfo)[tid].posix_thread_exists = False; in DRD_()
531 DRD_(g_threadinfo)[tid].posix_thread_exists = False; in DRD_()
568 DRD_(g_threadinfo)[tid].posix_thread_exists = False; in DRD_()
616 if (DRD_(g_threadinfo)[tid].posix_thread_exists) { in DRD_()
620 DRD_(g_threadinfo)[tid].posix_thread_exists = True; in DRD_()
1325 DRD_(g_threadinfo)[i].posix_thread_exists, in DRD_()
Ddrd_thread.h85 Bool posix_thread_exists; member