Home
last modified time | relevance | path

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

/external/valgrind/drd/
Ddrd_thread.c194 DRD_(g_threadinfo)[i].pt_threadid = INVALID_POSIX_THREADID; in DRD_()
234 && DRD_(g_threadinfo)[i].pt_threadid == tid) in DRD_()
575 tl_assert(DRD_(g_threadinfo)[tid].pt_threadid != INVALID_POSIX_THREADID); in DRD_()
593 tl_assert(DRD_(g_threadinfo)[tid].pt_threadid == INVALID_POSIX_THREADID in DRD_()
594 || DRD_(g_threadinfo)[tid].pt_threadid == ptid); in DRD_()
597 DRD_(g_threadinfo)[tid].pt_threadid = ptid; in DRD_()
620 tl_assert(DRD_(g_threadinfo)[tid].pt_threadid != INVALID_POSIX_THREADID); in DRD_()
630 tl_assert(DRD_(g_threadinfo)[tid].pt_threadid != INVALID_POSIX_THREADID); in DRD_()
641 tl_assert(DRD_(g_threadinfo)[tid].pt_threadid != INVALID_POSIX_THREADID); in DRD_()
1254 DRD_(g_threadinfo)[i].pt_threadid, in DRD_()
Ddrd_thread.h72 PThreadId pt_threadid; /**< POSIX thread ID. */ member