Searched refs:at_scope_exit (Results 1 – 11 of 11) sorted by relevance
92 auto AllocatorsUndo = at_scope_exit([&]() XRAY_NEVER_INSTRUMENT { in getThreadLocalData()103 auto NodeBufferUndo = at_scope_exit([&]() XRAY_NEVER_INSTRUMENT { in getThreadLocalData()110 auto RootsBufferUndo = at_scope_exit([&]() XRAY_NEVER_INSTRUMENT { in getThreadLocalData()118 auto ShadowStackBufferUndo = at_scope_exit([&]() XRAY_NEVER_INSTRUMENT { in getThreadLocalData()461 at_scope_exit([]() XRAY_NEVER_INSTRUMENT { cleanupTLD(); }); in profilingLoggingInit()
86 auto CleanupBackingStore = at_scope_exit([&, this] { in init()98 auto CleanupExtentsBackingStore = at_scope_exit([&, this] { in init()
254 auto ProfileArenaCleanup = at_scope_exit( in serialize()261 auto PathArenaCleanup = at_scope_exit( in serialize()
312 auto ResetToUnitialized = at_scope_exit([] { in fdrLoggingFlush()317 auto CleanupBuffers = at_scope_exit([] { in fdrLoggingFlush()
242 at_scope_exit([&PatchingSuccess] { in controlPatching()
341 auto ExitGuard = at_scope_exit([&TLD] { in TLDDestructor()
423 RunOnDestruction<Fn> at_scope_exit(Fn fn) { in at_scope_exit() function458 auto CloseFdOut = at_scope_exit([FdOut]() { in ExecuteCommand()507 auto CloseHandle = at_scope_exit([&]() { _zx_handle_close(ProcessHandle); }); in ExecuteCommand()
249 auto fd_closer = at_scope_exit([&] { in internal_spawn_impl()276 auto acts_cleanup = at_scope_exit([&] { in internal_spawn_impl()290 auto attrs_cleanup = at_scope_exit([&] { in internal_spawn_impl()
430 auto file_closer = at_scope_exit([&] { in StartSubprocess()
942 RunOnDestruction<Fn> at_scope_exit(Fn fn) { in at_scope_exit() function
861 auto on_exit = at_scope_exit(&OnPotentiallyBlockingRegionEnd); in STDCXX_INTERCEPTOR()