Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/common/src/
Dinit_flags.rs173 let _guard = tests::ASYNC_LOCK.lock().unwrap(); localVariable
178 drop(_guard); // Prevent poisonning other tests if a panic occurs
280 let _guard = ASYNC_LOCK.lock().unwrap(); in simple_flag() localVariable
286 let _guard = ASYNC_LOCK.lock().unwrap(); in parsing_failure() localVariable
296 let _guard = ASYNC_LOCK.lock().unwrap(); in int_flag() localVariable
302 let _guard = ASYNC_LOCK.lock().unwrap(); in test_redact_logging() localVariable
/packages/modules/Virtualization/rialto/src/
Dexceptions.rs41 let _guard = logger::suppress(); in sync_exception_current() localVariable
/packages/modules/Virtualization/pvmfw/src/
Dexceptions.rs40 let _guard = logger::suppress(); in sync_exception_current() localVariable
/packages/modules/Virtualization/vmbase/example/src/
Dmain.rs247 let _guard = logger::suppress(); in emit_suppressed_log() localVariable
/packages/modules/Virtualization/service_vm/manager/src/
Dlib.rs117 let (_guard, wait_result) = SERVICE_VM_SHUTDOWN in wait_until_service_vm_shuts_down()