Searched refs:live_stream_count_ (Results 1 – 2 of 2) sorted by relevance
148 live_stream_count_(0), in StreamExecutor()170 if (live_stream_count_.load() != 0) { in ~StreamExecutor()763 live_stream_count_.fetch_add(1, std::memory_order_relaxed); in AllocateStream()765 auto count = live_stream_count_.fetch_sub(1); in AllocateStream()776 CHECK_GE(live_stream_count_.fetch_sub(1), 0) in DeallocateStream()
729 std::atomic_int_fast32_t live_stream_count_; variable