MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / __TBB_NOEXCEPT

Function __TBB_NOEXCEPT

benchmarks/tbb/tbb_thread.cpp:138–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138unsigned tbb_thread_v3::hardware_concurrency() __TBB_NOEXCEPT(true) {
139 return governor::default_num_threads();
140}
141
142tbb_thread_v3::id thread_get_id_v3() {
143#if _WIN32||_WIN64

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected