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
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
;
784
if (sg->
thr_next
)
785
sg->
thr_next
->thr_prev = sg->thr_prev;
787
DRD_(g_threadinfo)[tid].sg_first = sg->
thr_next
;
916
sg && (sg_next = sg->
thr_next
)
961
tl_assert(sg1->
thr_next
);
[
all
...]
drd_segment.c
78
sg->
thr_next
= NULL;
Completed in 38 milliseconds