Searched defs:ScopeExit (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/private/shared/
H A DScopeExit.h18 class ScopeExit class
21 explicit ScopeExit(F&& fn) : fFn(fn) function in class:ScopeExit
30 ScopeExit(ScopeExit&& other) : fFn(std::move(other.fFn)) function in class:ScopeExit
/haiku/src/add-ons/kernel/bus_managers/fdt/
H A Dfdt_module.cpp199 struct ScopeExit { struct
200 ScopeExit() {TRACE("-fdt_bus_register_device\n");} function in struct:ScopeExit

Completed in 37 milliseconds