OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sg_first
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/drd/
drd_thread.c
216
tl_assert(DRD_(g_threadinfo)[i].
sg_first
== NULL);
274
for (p = ti->
sg_first
; p; p = p->thr_next) {
283
if (p->thr_prev == 0 && p != ti->
sg_first
)
313
tl_assert(DRD_(g_threadinfo)[created].
sg_first
== NULL);
536
DRD_(g_threadinfo)[tid].
sg_first
= NULL;
837
if (DRD_(g_threadinfo)[tid].
sg_first
== NULL)
838
DRD_(g_threadinfo)[tid].
sg_first
= sg;
863
if (sg == DRD_(g_threadinfo)[tid].
sg_first
)
864
DRD_(g_threadinfo)[tid].
sg_first
= sg->thr_next;
992
for (sg = DRD_(g_threadinfo)[i].
sg_first
;
[
all
...]
drd_thread.h
69
struct segment*
sg_first
;/**< Segment list. */
member in struct:__anon25851
Completed in 54 milliseconds