Home
last modified time | relevance | path

Searched refs:check_static_val (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/tokio/src/sync/
Dmutex.rs205 fn check_static_val<T: 'static>(_t: T) {} in bounds() function
217 check_static_val(arc_mutex.lock_owned()); in bounds()