Searched refs:nextIterBag (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/helgrind/ |
D | hg_lock_n_thread.c | 57 while (VG_(nextIterBag)( bag, (UWord*)&thr, &count )) { in is_sane_Bag_of_Threads()
|
D | hg_main.c | 375 while (VG_(nextIterBag)( lk->heldBy, (UWord*)&thr, NULL )) { in remove_Lock_from_locksets_of_all_owning_Threads() 513 while (VG_(nextIterBag)( lk->heldBy, (UWord*)&thr, &count )) { in pp_Lock() 952 while (VG_(nextIterBag)( lk->heldBy, in locks__sanity_check()
|
/external/valgrind/include/ |
D | pub_tool_wordfm.h | 203 Bool VG_(nextIterBag)( WordBag*, /*OUT*/UWord* pVal, /*OUT*/UWord* pCount );
|
/external/valgrind/coregrind/ |
D | m_wordfm.c | 952 Bool VG_(nextIterBag)( WordBag* bag, /*OUT*/UWord* pVal, /*OUT*/UWord* pCount ) in VG_() argument
|