Home
last modified time | relevance | path

Searched refs:thread_index_ (Results 1 – 6 of 6) sorted by relevance

/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/tests/relacy/relacy/relacy/
H A Dhistory.hpp28 thread_id_t thread_index_; member
35 : thread_index_(thread_index) in history_entry()
151 if (exec_history_[i].thread_index_ == th) in print_exec_history()
185 stream << ent.info_ << "[" << i << "] " << ent.thread_index_ << ": "; in output()
190 stream << "[" << (unsigned)i << "] " << ent.thread_index_ << ": "; in output()
/dports/devel/hpx/hpx-1.2.1/hpx/components/performance_counters/papi/server/
H A Dpapi.hpp88 std::uint32_t const thread_index_; member
99 thread_counters(): thread_index_(-1), evset_(PAPI_NULL), timestamp_(-1) { } in thread_counters()
114 std::uint32_t get_thread_index() const {return thread_index_;} in get_thread_index()
/dports/devel/hpx/hpx-1.2.1/src/components/performance_counters/papi/server/
H A Dpapi.cpp54 thread_index_(tix), evset_(PAPI_NULL) in thread_counters()
82 hpx::get_runtime().get_thread_mapper().revoke_callback(thread_index_); in ~thread_counters()
/dports/devel/benchmark/benchmark-1.6.0/src/
H A Dbenchmark.cc149 thread_index_(thread_i), in State()
155 BM_CHECK_LT(thread_index_, threads_) in State()
/dports/devel/benchmark/benchmark-1.6.0/include/benchmark/
H A Dbenchmark.h680 int thread_index() const { return thread_index_; } in thread_index()
730 const int thread_index_; variable
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-paraLLEl/parallel-rdp/vulkan/
H A Dcommand_buffer.cpp518 CommandBufferHandle CommandBuffer::request_secondary_command_buffer(unsigned thread_index_, unsigne… in request_secondary_command_buffer() argument
523 …auto secondary_cmd = device->request_secondary_command_buffer_for_thread(thread_index_, framebuffe… in request_secondary_command_buffer()