| 136 | } |
| 137 | |
| 138 | unsigned tbb_thread_v3::hardware_concurrency() __TBB_NOEXCEPT(true) { |
| 139 | return governor::default_num_threads(); |
| 140 | } |
| 141 | |
| 142 | tbb_thread_v3::id thread_get_id_v3() { |
| 143 | #if _WIN32||_WIN64 |
nothing calls this directly
no outgoing calls
no test coverage detected