Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/jit-debug/src/
H A Dgdb_jit_int.rs54 pub struct LockGuard<'a>(MutexGuard<'a, ()>); struct
56 pub fn lock() -> LockGuard<'static> { in lock()
57 LockGuard(GDB_REGISTRATION.lock().unwrap()) in lock()
76 pub struct LockGuard; struct
80 impl Drop for LockGuard { implementation
87 pub fn lock() -> LockGuard { in lock()
94 LockGuard in lock()
/wasmtime-44.0.1/tests/
H A Dwast.rs320 LockGuard { state: self } in lock_pooling()
324 struct LockGuard<'a> { in lock_pooling() struct
328 impl Drop for LockGuard<'_> { in lock_pooling() implementation