Home
last modified time | relevance | path

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

/external/valgrind/drd/
Ddrd_thread.h55 #define INVALID_POSIX_THREADID ((PThreadId)0)
64 typedef UWord PThreadId; typedef
72 PThreadId pt_threadid; /**< POSIX thread ID. */
148 DrdThreadId DRD_(PtThreadIdToDrdThreadId)(const PThreadId tid);
168 void DRD_(thread_set_pthreadid)(const DrdThreadId tid, const PThreadId ptid);
Ddrd_thread.c235 DrdThreadId DRD_(PtThreadIdToDrdThreadId)(const PThreadId tid) in DRD_()
609 void DRD_(thread_set_pthreadid)(const DrdThreadId tid, const PThreadId ptid) in DRD_()