HomeSort by relevance Sort by last modified time
    Searched refs:PThreadId (Results 1 - 2 of 2) sorted by null

  /external/valgrind/drd/
drd_thread.h 50 * @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;
72 PThreadId pt_threadid; /**< POSIX thread ID. */
137 DrdThreadId DRD_(PtThreadIdToDrdThreadId)(const PThreadId tid);
157 void DRD_(thread_set_pthreadid)(const DrdThreadId tid, const PThreadId ptid);
drd_thread.c 225 DrdThreadId DRD_(PtThreadIdToDrdThreadId)(const PThreadId tid)
589 void DRD_(thread_set_pthreadid)(const DrdThreadId tid, const PThreadId ptid)
    [all...]

Completed in 128 milliseconds