HomeSort by: relevance | last modified time | path
    Searched refs:at_scope_exit (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_profiling.cc 93 auto AllocatorsUndo = at_scope_exit([&]() XRAY_NEVER_INSTRUMENT {
104 auto NodeBufferUndo = at_scope_exit([&]() XRAY_NEVER_INSTRUMENT {
111 auto RootsBufferUndo = at_scope_exit([&]() XRAY_NEVER_INSTRUMENT {
119 auto ShadowStackBufferUndo = at_scope_exit([&]() XRAY_NEVER_INSTRUMENT {
462 at_scope_exit([]() XRAY_NEVER_INSTRUMENT { cleanupTLD(); });
xray_buffer_queue.cc 87 auto CleanupBackingStore = at_scope_exit([&, this] {
99 auto CleanupExtentsBackingStore = at_scope_exit([&, this] {
xray_profile_collector.cc 255 auto ProfileArenaCleanup = at_scope_exit(
262 auto PathArenaCleanup = at_scope_exit(
xray_fdr_logging.cc 313 auto ResetToUnitialized = at_scope_exit([] {
318 auto CleanupBuffers = at_scope_exit([] {
xray_interface.cc 243 at_scope_exit([&PatchingSuccess] {
xray_basic_logging.cc 342 auto ExitGuard = at_scope_exit([&TLD] {
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerUtilFuchsia.cpp 362 RunOnDestruction<Fn> at_scope_exit(Fn fn) { function in namespace:fuzzer
396 auto CloseFdOut = at_scope_exit([FdOut]() {
445 auto CloseHandle = at_scope_exit([&]() { _zx_handle_close(ProcessHandle); });
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_posix_libcdep.cc 445 auto file_closer = at_scope_exit([&] {
sanitizer_common.h 916 // auto cleanup = at_scope_exit([]{ do_cleanup; });
918 RunOnDestruction<Fn> at_scope_exit(Fn fn) { function in namespace:__sanitizer
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 880 auto on_exit = at_scope_exit(&OnPotentiallyBlockingRegionEnd);

Completed in 20 milliseconds