Searched refs:arc_mutex (Results 1 – 1 of 1) sorted by relevance
215 let arc_mutex = Arc::new(Mutex::new(1)); in bounds() localVariable216 check_send_sync_val(arc_mutex.clone().lock_owned()); in bounds()217 check_static_val(arc_mutex.lock_owned()); in bounds()