OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PThreadId
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/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. */
136
DrdThreadId DRD_(PtThreadIdToDrdThreadId)(const
PThreadId
tid);
156
void DRD_(thread_set_pthreadid)(const DrdThreadId tid, const
PThreadId
ptid);
drd_thread.c
219
DrdThreadId DRD_(PtThreadIdToDrdThreadId)(const
PThreadId
tid)
580
void DRD_(thread_set_pthreadid)(const DrdThreadId tid, const
PThreadId
ptid)
[
all
...]
Completed in 813 milliseconds