OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thr_next
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/drd/
drd_segment.h
47
struct segment*
thr_next
;
member in struct:segment
drd_thread.c
258
for (p = ti->sg_first; p; p = p->
thr_next
) {
259
if (p->
thr_next
&& p->
thr_next
->thr_prev != p)
261
if (p->
thr_next
== 0 && p != ti->sg_last)
265
if (p->thr_prev && p->thr_prev->
thr_next
!= p)
499
sg->
thr_next
= NULL;
756
sg->
thr_next
= NULL;
758
DRD_(g_threadinfo)[tid].sg_last->
thr_next
= sg;
783
sg->thr_prev->
thr_next
= sg->
thr_next
;
[
all
...]
drd_segment.c
78
sg->
thr_next
= NULL;
Completed in 649 milliseconds