Home
last modified time | relevance | path

Searched refs:elemBag (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/include/
Dpub_tool_wordfm.h188 UWord VG_(elemBag) ( WordBag*, UWord );
/external/valgrind/main/helgrind/
Dhg_main.c273 tl_assert(VG_(elemBag)(lk->heldBy, (Word)thr) in lockN_acquire_writer()
804 return VG_(elemBag)( lk->heldBy, (Word)thr ) > 0; in thread_is_a_holder_of_Lock()
1248 n = VG_(elemBag)( lock->heldBy, (Word)thr ); in evhH__pre_thread_releases_lock()
1274 tl_assert(n == VG_(elemBag)( lock->heldBy, (Word)thr )); in evhH__pre_thread_releases_lock()
1951 && VG_(elemBag)( lk->heldBy, (Word)thr ) > 0 ) { in evh__HG_PTHREAD_MUTEX_LOCK_PRE()
2239 if (lk->heldBy != NULL && 0 == VG_(elemBag)(lk->heldBy, (Word)thr)) { in evh__HG_PTHREAD_COND_SIGNAL_PRE()
2301 && VG_(elemBag)( lk->heldBy, (Word)thr ) == 0) { in evh__HG_PTHREAD_COND_WAIT_PRE()
/external/valgrind/main/coregrind/
Dm_wordfm.c881 UWord VG_(elemBag) ( WordBag* bag, UWord w ) in VG_() argument