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

/external/valgrind/drd/
H A Ddrd_thread.h50 * @note The PThreadId typedef and the INVALID_POSIX_THREADID depend on the
51 * operating system and threading library in use. PThreadId must contain at
55 #define INVALID_POSIX_THREADID ((PThreadId)0)
61 * POSIX thread ID. The type PThreadId must be at least as wide as
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);
H A Ddrd_thread.c235 DrdThreadId DRD_(PtThreadIdToDrdThreadId)(const PThreadId tid)
609 void DRD_(thread_set_pthreadid)(const DrdThreadId tid, const PThreadId ptid)

Completed in 69 milliseconds