Home
last modified time | relevance | path

Searched defs:stream_guard (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dexternally_locked_stream.hpp28 class stream_guard class
37 stream_guard(externally_locked_stream<Stream, RecursiveMutex>& mtx) : in stream_guard() function in boost::stream_guard
43 stream_guard(externally_locked_stream<Stream, RecursiveMutex>& mtx, adopt_lock_t) : in stream_guard() function in boost::stream_guard
48 stream_guard(BOOST_THREAD_RV_REF(stream_guard) rhs) BOOST_NOEXCEPT in stream_guard() function in boost::stream_guard
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dinput_buffer.cpp214 c10::OptionalStreamGuard stream_guard{opt_accumulate_stream}; in add() local
/aosp_15_r20/external/pytorch/torch/csrc/distributed/autograd/context/
H A Dcontext.cpp94 c10::OptionalStreamGuard stream_guard(forward_stream); in accumulateGrad() local