Searched defs:FLAG_LOCK (Results 1 – 4 of 4) sorted by relevance
48 static const char* FLAG_LOCK = "lock"; variable
124 static FLAG_LOCK: Lazy<Mutex<()>> = Lazy::new(|| Mutex::default()); variable
406 #define FLAG_LOCK (1<<1) macro
200 #define FLAG_LOCK (1 << 0) macro