LCB_F_RT
{ LCB_F_RT, "RT" },
trace_contention_begin(lock, LCB_F_RT);
trace_contention_begin(lock, LCB_F_RT);
trace_contention_begin(rwb, LCB_F_RT | LCB_F_READ);
trace_contention_begin(rwb, LCB_F_RT | LCB_F_WRITE);
if (flags & LCB_F_RT)
{ LCB_F_RT, "rt-mutex", "rt-mutex" },
{ LCB_F_RT | LCB_F_READ, "rwlock-rt:R", "rwlock-rt" },
{ LCB_F_RT | LCB_F_WRITE, "rwlock-rt:W", "rwlock-rt" },