Searched refs:blocking_queue_depth (Results 1 – 6 of 6) sorted by relevance
67 fn blocking_queue_depth() { in blocking_queue_depth() function74 assert_eq!(0, rt.metrics().blocking_queue_depth()); in blocking_queue_depth()86 assert!(rt.metrics().blocking_queue_depth() > 0); in blocking_queue_depth()93 assert_eq!(0, rt.metrics().blocking_queue_depth()); in blocking_queue_depth()
1013 pub fn blocking_queue_depth(&self) -> usize {1014 self.handle.inner.blocking_queue_depth()
271 pub(crate) fn blocking_queue_depth(&self) -> usize {272 match_flavor!(self, Handle(handle) => handle.blocking_queue_depth())
50 pub(crate) fn blocking_queue_depth(&self) -> usize {
47 pub(crate) fn blocking_queue_depth(&self) -> usize { in blocking_queue_depth() method
594 pub(crate) fn blocking_queue_depth(&self) -> usize {