Home
last modified time | relevance | path

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

/external/valgrind/drd/tests/
Dtsan_unittest.cpp4988 const int LOCKSET_INTERSECTION_SIZE = 3; variable
4990 int data[1 << LOCKSET_INTERSECTION_SIZE] = {0};
4994 return (ls >> (N_MUTEXES - LOCKSET_INTERSECTION_SIZE)) in LS_to_idx()
4995 & ((1 << LOCKSET_INTERSECTION_SIZE) - 1); in LS_to_idx()