OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vg_thread_exists
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/drd/
drd_thread.h
82
Bool
vg_thread_exists
;
member in struct:__anon12444
214
&& ! (DRD_(g_threadinfo)[tid].
vg_thread_exists
== False
327
if (DRD_(g_threadinfo)[i].
vg_thread_exists
drd_thread.c
151
if (DRD_(g_threadinfo)[i].
vg_thread_exists
== True
170
if (DRD_(g_threadinfo)[i].
vg_thread_exists
== False
176
DRD_(g_threadinfo)[i].
vg_thread_exists
= True;
232
return (DRD_(g_threadinfo)[tid].
vg_thread_exists
468
DRD_(g_threadinfo)[tid].
vg_thread_exists
= False;
490
DRD_(g_threadinfo)[tid].
vg_thread_exists
= False;
[
all
...]
Completed in 2624 milliseconds