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

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

Completed in 84 milliseconds