HomeSort by relevance Sort by last modified time
    Searched refs:LHS_R (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/drd/
pub_drd_bitmap.h 43 #define LHS_R (1<<0)
47 #define HAS_RACE(a) ((((a) & RHS_W) && ((a) & (LHS_R | LHS_W))) \
drd_bitmap.c     [all...]

Completed in 33 milliseconds