Searched refs:at_scope_exit (Results 1 – 15 of 15) 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()
269 at_scope_exit([&PatchingSuccess] { in controlPatching()
341 auto ExitGuard = at_scope_exit([&TLD] { in TLDDestructor()
410 RunOnDestruction<Fn> at_scope_exit(Fn fn) { in at_scope_exit() function465 auto CloseFdOut = at_scope_exit([FdOut]() { in ExecuteCommand()500 auto CloseHandle = at_scope_exit([&]() { _zx_handle_close(ProcessHandle); }); in ExecuteCommand()
335 auto file_closer = at_scope_exit([&] { in StartSubprocess()
798 auto argv_deleter = at_scope_exit([&] { in GenerateHtmlReport()836 auto cov_files_deleter = at_scope_exit([&] { in DumpOffsets()
816 RunOnDestruction<Fn> at_scope_exit(Fn fn) { in at_scope_exit() function
258 auto fd_closer = at_scope_exit([&] { in internal_spawn_impl()285 auto acts_cleanup = at_scope_exit([&] { in internal_spawn_impl()299 auto attrs_cleanup = at_scope_exit([&] { in internal_spawn_impl()
427 auto file_closer = at_scope_exit([&] { in StartSubprocess()
970 RunOnDestruction<Fn> at_scope_exit(Fn fn) { in at_scope_exit() function
865 auto on_exit = at_scope_exit(&OnPotentiallyBlockingRegionEnd); in STDCXX_INTERCEPTOR()