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/main/drd/
drd_thread.c
200
tl_assert(DRD_(g_threadinfo)[i].
sg_first
== NULL);
258
for (p = ti->
sg_first
; p; p = p->thr_next) {
267
if (p->thr_prev == 0 && p != ti->
sg_first
)
297
tl_assert(DRD_(g_threadinfo)[created].
sg_first
== NULL);
510
DRD_(g_threadinfo)[tid].
sg_first
= NULL;
760
if (DRD_(g_threadinfo)[tid].
sg_first
== NULL)
761
DRD_(g_threadinfo)[tid].
sg_first
= sg;
786
if (sg == DRD_(g_threadinfo)[tid].
sg_first
)
787
DRD_(g_threadinfo)[tid].
sg_first
= sg->thr_next;
915
for (sg = DRD_(g_threadinfo)[i].
sg_first
;
[
all
...]
drd_thread.h
69
struct segment*
sg_first
;/**< Segment list. */
member in struct:__anon37382
Completed in 161 milliseconds