OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pt_threadid
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/drd/
drd_thread.c
199
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);
[
all
...]
drd_thread.h
72
PThreadId
pt_threadid
; /**< POSIX thread ID. */
member in struct:__anon25851
Completed in 51 milliseconds