Home
last modified time | relevance | path

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

/external/valgrind/main/drd/
Ddrd_thread.c185 DRD_(g_threadinfo)[i].pt_threadid = INVALID_POSIX_THREADID; in DRD_()
225 && DRD_(g_threadinfo)[i].pt_threadid == tid) in DRD_()
564 tl_assert(DRD_(g_threadinfo)[tid].pt_threadid != INVALID_POSIX_THREADID); in DRD_()
582 tl_assert(DRD_(g_threadinfo)[tid].pt_threadid == INVALID_POSIX_THREADID in DRD_()
583 || DRD_(g_threadinfo)[tid].pt_threadid == ptid); in DRD_()
586 DRD_(g_threadinfo)[tid].pt_threadid = ptid; in DRD_()
603 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_()
624 tl_assert(DRD_(g_threadinfo)[tid].pt_threadid != INVALID_POSIX_THREADID); in DRD_()
1241 DRD_(g_threadinfo)[i].pt_threadid, in DRD_()
Ddrd_thread.h73 PThreadId pt_threadid; /**< POSIX thread ID. */ member