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

/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp4984 const int LOCKSET_INTERSECTION_SIZE = 3; member in namespace:test103
4986 int data[1 << LOCKSET_INTERSECTION_SIZE] = {0};
4990 return (ls >> (N_MUTEXES - LOCKSET_INTERSECTION_SIZE))
4991 & ((1 << LOCKSET_INTERSECTION_SIZE) - 1);

Completed in 60 milliseconds