OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:synchr_nesting
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/helgrind/
hg_lock_n_thread.h
115
Int
synchr_nesting
;
member in struct:_Thread
hg_main.c
186
thread->
synchr_nesting
= 0;
714
tl_assert(thr->
synchr_nesting
>= 0);
716
thr->
synchr_nesting
+= 1;
722
thr->
synchr_nesting
-= 1;
724
tl_assert(thr->
synchr_nesting
>= 0);
[
all
...]
/external/valgrind/drd/
drd_thread.h
98
Int
synchr_nesting
;
member in struct:__anon25851
277
return (DRD_(g_threadinfo)[DRD_(g_drd_running_tid)].
synchr_nesting
== 0
293
return (DRD_(g_threadinfo)[DRD_(g_drd_running_tid)].
synchr_nesting
== 0
drd_thread.c
209
DRD_(g_threadinfo)[i].
synchr_nesting
= 0;
522
tl_assert(DRD_(g_threadinfo)[tid].
synchr_nesting
>= 0);
799
return DRD_(g_threadinfo)[tid].
synchr_nesting
++;
809
tl_assert(DRD_(g_threadinfo)[tid].
synchr_nesting
>= 1);
810
return --DRD_(g_threadinfo)[tid].
synchr_nesting
;
817
return DRD_(g_threadinfo)[tid].
synchr_nesting
;
[
all
...]
Completed in 44 milliseconds