Searched refs:LOCKSET_INTERSECTION_SIZE (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp4982 const int LOCKSET_INTERSECTION_SIZE = 3; member in namespace:test103
4984 int data[1 << LOCKSET_INTERSECTION_SIZE] = {0};
4988 return (ls >> (N_MUTEXES - LOCKSET_INTERSECTION_SIZE))
4989 & ((1 << LOCKSET_INTERSECTION_SIZE) - 1);
/external/valgrind/unittest/
H A Dracecheck_unittest.cc4794 const int LOCKSET_INTERSECTION_SIZE = 3; member in namespace:test103
4796 int data[1 << LOCKSET_INTERSECTION_SIZE] = {0};
4800 return (ls >> (N_MUTEXES - LOCKSET_INTERSECTION_SIZE))
4801 & ((1 << LOCKSET_INTERSECTION_SIZE) - 1);

Completed in 99 milliseconds