Searched refs:DropGuard (Results 1 – 2 of 2) sorted by relevance
70 let _guard = DropGuard(|| unsafe { MUTEX.unlock() }); in get_rng_fd()98 let _guard = DropGuard(|| unsafe { in wait_until_rng_ready()135 struct DropGuard<F: FnMut()>(F); struct137 impl<F: FnMut()> Drop for DropGuard<F> { implementation
268 struct DropGuard(AtomicUsize); in drop_inside_schedule() struct269 impl Drop for DropGuard { in drop_inside_schedule() implementation274 let guard = DropGuard(AtomicUsize::new(0)); in drop_inside_schedule()