Searched defs:LHS_W (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/drd/
H A Dpub_drd_bitmap.h44 #define LHS_W (1<<1) macro
47 #define HAS_RACE(a) ((((a) & RHS_W) && ((a) & (LHS_R | LHS_W))) \
48 || (((a) & LHS_W) && ((a) & (RHS_R | RHS_W))))

Completed in 253 milliseconds