Home
last modified time | relevance | path

Searched refs:stx_ (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/fiber/cuda/
Dwaitfor.hpp80 stx_{ l } { in many_streams_rendezvous()
81 results_.reserve( stx_.size() );
82 for ( cudaStream_t st : stx_) {
87 stx_.erase( st);
95 stx_.erase( st); in notify()
97 if ( stx_.empty() ) { in notify()
105 cv_.wait( lk, [this]{ return stx_.empty(); }); in wait()
112 std::set< cudaStream_t > stx_; member in boost::fibers::cuda::detail::many_streams_rendezvous
/third_party/boost/boost/fiber/hip/
Dwaitfor.hpp80 stx_{ l } { in many_streams_rendezvous()
81 results_.reserve( stx_.size() );
82 for ( hipStream_t st : stx_) {
87 stx_.erase( st);
95 stx_.erase( st); in notify()
97 if ( stx_.empty() ) { in notify()
105 cv_.wait( lk, [this]{ return stx_.empty(); }); in wait()
112 std::set< hipStream_t > stx_; member in boost::fibers::cuda::detail::many_streams_rendezvous