Home
last modified time | relevance | path

Searched defs:dispatch_queue (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dlib.rs203 let dispatch_queue = Arc::new(Mutex::new(std::collections::VecDeque::new())); in make_message_dispatcher() localVariable
208 let dispatch_queue = dispatch_queue.clone(); in make_message_dispatcher() localVariable