Home
last modified time | relevance | path

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

/external/valgrind/drd/
Ddrd_thread.c199 DRD_(g_threadinfo)[i].pt_threadid = INVALID_POSIX_THREADID; in DRD_()
244 && DRD_(g_threadinfo)[i].pt_threadid == tid) in DRD_()
595 tl_assert(DRD_(g_threadinfo)[tid].pt_threadid != INVALID_POSIX_THREADID); in DRD_()
613 tl_assert(DRD_(g_threadinfo)[tid].pt_threadid == INVALID_POSIX_THREADID in DRD_()
614 || DRD_(g_threadinfo)[tid].pt_threadid == ptid); in DRD_()
617 DRD_(g_threadinfo)[tid].pt_threadid = ptid; in DRD_()
647 tl_assert(DRD_(g_threadinfo)[tid].pt_threadid != INVALID_POSIX_THREADID); in DRD_()
657 tl_assert(DRD_(g_threadinfo)[tid].pt_threadid != INVALID_POSIX_THREADID); in DRD_()
673 tl_assert(DRD_(g_threadinfo)[tid].pt_threadid != INVALID_POSIX_THREADID); in DRD_()
1322 DRD_(g_threadinfo)[i].pt_threadid, in DRD_()
Ddrd_thread.h72 PThreadId pt_threadid; /**< POSIX thread ID. */ member