Home
last modified time | relevance | path

Searched refs:at_scope_exit (Results 1 – 25 of 214) sorted by relevance

123456789

/dports/net/arataga/arataga-0.5.1/tests/http/illegal_responses/
H A Dmain.cpp94 auto acceptor_closer = so_5::details::at_scope_exit(
98 auto target_shutdowner = so_5::details::at_scope_exit(
179 auto acceptor_closer = so_5::details::at_scope_exit(
183 auto target_shutdowner = so_5::details::at_scope_exit(
270 auto acceptor_closer = so_5::details::at_scope_exit(
274 auto target_shutdowner = so_5::details::at_scope_exit(
376 auto acceptor_closer = so_5::details::at_scope_exit(
380 auto target_shutdowner = so_5::details::at_scope_exit(
476 auto acceptor_closer = so_5::details::at_scope_exit(
576 auto acceptor_closer = so_5::details::at_scope_exit(
[all …]
/dports/net/arataga/arataga-0.5.1/tests/http/chunked_encoding/
H A Dmain.cpp53 auto target_processing_thread_joiner = so_5::details::at_scope_exit(
57 auto acceptor_closer = so_5::details::at_scope_exit(
152 auto target_processing_thread_joiner = so_5::details::at_scope_exit(
156 auto acceptor_closer = so_5::details::at_scope_exit(
264 auto target_processing_thread_joiner = so_5::details::at_scope_exit(
268 auto acceptor_closer = so_5::details::at_scope_exit(
/dports/net/arataga/arataga-0.5.1/tests/http/connect_data_transfer/
H A Dmain.cpp68 auto target_processing_thread_joiner = so_5::details::at_scope_exit(
72 auto acceptor_closer = so_5::details::at_scope_exit(
195 auto target_processing_thread_joiner = so_5::details::at_scope_exit(
199 auto acceptor_closer = so_5::details::at_scope_exit(
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/xray/
H A Dxray_profiling.cpp92 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()
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/xray/
H A Dxray_profiling.cc93 auto AllocatorsUndo = at_scope_exit([&]() XRAY_NEVER_INSTRUMENT { in getThreadLocalData()
104 auto NodeBufferUndo = at_scope_exit([&]() XRAY_NEVER_INSTRUMENT { in getThreadLocalData()
111 auto RootsBufferUndo = at_scope_exit([&]() XRAY_NEVER_INSTRUMENT { in getThreadLocalData()
119 auto ShadowStackBufferUndo = at_scope_exit([&]() XRAY_NEVER_INSTRUMENT { in getThreadLocalData()
462 at_scope_exit([]() XRAY_NEVER_INSTRUMENT { cleanupTLD(); }); in profilingLoggingInit()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/xray/
H A Dxray_profiling.cpp92 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()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/xray/
H A Dxray_profiling.cpp92 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()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/xray/
H A Dxray_profiling.cpp92 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()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/xray/
H A Dxray_profiling.cpp92 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()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/xray/
H A Dxray_profiling.cpp92 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()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/xray/
H A Dxray_profiling.cpp92 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()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/xray/
H A Dxray_profiling.cpp92 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()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/xray/
H A Dxray_profiling.cpp92 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()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/xray/
H A Dxray_profiling.cpp92 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()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/xray/
H A Dxray_profiling.cpp92 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()
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/so_5/disp/prio_one_thread/reuse/
H A Dwork_thread.hpp218 auto wait_meter_stopper = so_5::details::at_scope_exit( in pop_demand()
228 auto work_meter_stopper = so_5::details::at_scope_exit( in call_handler()
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp362 RunOnDestruction<Fn> at_scope_exit(Fn fn) { in at_scope_exit() function
396 auto CloseFdOut = at_scope_exit([FdOut]() { in ExecuteCommand()
445 auto CloseHandle = at_scope_exit([&]() { _zx_handle_close(ProcessHandle); }); in ExecuteCommand()
/dports/lang/spidermonkey78/firefox-78.9.0/tools/fuzzing/libfuzzer/
H A DFuzzerUtilFuchsia.cpp365 RunOnDestruction<Fn> at_scope_exit(Fn fn) { in at_scope_exit() function
399 auto CloseFdOut = at_scope_exit([FdOut]() { in ExecuteCommand()
448 auto CloseHandle = at_scope_exit([&]() { _zx_handle_close(ProcessHandle); }); in ExecuteCommand()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/libfuzzer-sys-0.3.5/libfuzzer/
H A DFuzzerUtilFuchsia.cpp410 RunOnDestruction<Fn> at_scope_exit(Fn fn) { in at_scope_exit() function
465 auto CloseFdOut = at_scope_exit([FdOut]() { in ExecuteCommand()
500 auto CloseHandle = at_scope_exit([&]() { _zx_handle_close(ProcessHandle); }); in ExecuteCommand()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/libfuzzer-sys-0.3.5/libfuzzer/
H A DFuzzerUtilFuchsia.cpp410 RunOnDestruction<Fn> at_scope_exit(Fn fn) { in at_scope_exit() function
465 auto CloseFdOut = at_scope_exit([FdOut]() { in ExecuteCommand()
500 auto CloseHandle = at_scope_exit([&]() { _zx_handle_close(ProcessHandle); }); in ExecuteCommand()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp410 RunOnDestruction<Fn> at_scope_exit(Fn fn) { in at_scope_exit() function
465 auto CloseFdOut = at_scope_exit([FdOut]() { in ExecuteCommand()
500 auto CloseHandle = at_scope_exit([&]() { _zx_handle_close(ProcessHandle); }); in ExecuteCommand()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libfuzzer-sys-0.3.5/libfuzzer/
H A DFuzzerUtilFuchsia.cpp410 RunOnDestruction<Fn> at_scope_exit(Fn fn) { in at_scope_exit() function
465 auto CloseFdOut = at_scope_exit([FdOut]() { in ExecuteCommand()
500 auto CloseHandle = at_scope_exit([&]() { _zx_handle_close(ProcessHandle); }); in ExecuteCommand()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp410 RunOnDestruction<Fn> at_scope_exit(Fn fn) { in at_scope_exit() function
465 auto CloseFdOut = at_scope_exit([FdOut]() { in ExecuteCommand()
500 auto CloseHandle = at_scope_exit([&]() { _zx_handle_close(ProcessHandle); }); in ExecuteCommand()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp410 RunOnDestruction<Fn> at_scope_exit(Fn fn) { in at_scope_exit() function
465 auto CloseFdOut = at_scope_exit([FdOut]() { in ExecuteCommand()
500 auto CloseHandle = at_scope_exit([&]() { _zx_handle_close(ProcessHandle); }); in ExecuteCommand()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libFuzzer/src/
H A DFuzzerUtilFuchsia.cpp390 RunOnDestruction<Fn> at_scope_exit(Fn fn) { in at_scope_exit() function
425 auto CloseFdOut = at_scope_exit([FdOut]() { in ExecuteCommand()
474 auto CloseHandle = at_scope_exit([&]() { _zx_handle_close(ProcessHandle); }); in ExecuteCommand()

123456789