HomeSort by relevance Sort by last modified time
    Searched refs:synchr_nesting (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/drd/
drd_thread.h 98 Int synchr_nesting; member in struct:__anon36495
261 return (DRD_(g_threadinfo)[DRD_(g_drd_running_tid)].synchr_nesting == 0
277 return (DRD_(g_threadinfo)[DRD_(g_drd_running_tid)].synchr_nesting == 0
drd_thread.c 198 DRD_(g_threadinfo)[i].synchr_nesting = 0;
496 tl_assert(DRD_(g_threadinfo)[tid].synchr_nesting >= 0);
722 return DRD_(g_threadinfo)[tid].synchr_nesting++;
732 tl_assert(DRD_(g_threadinfo)[tid].synchr_nesting >= 1);
733 return --DRD_(g_threadinfo)[tid].synchr_nesting;
740 return DRD_(g_threadinfo)[tid].synchr_nesting;
    [all...]

Completed in 339 milliseconds