Lines Matching refs:thread_data
153 std::size_t arena::occupy_free_slot_in_range( thread_data& tls, std::size_t lower, std::size_t uppe… in occupy_free_slot_in_range()
168 std::size_t arena::occupy_free_slot(thread_data& tls) { in occupy_free_slot()
188 void arena::process(thread_data& tls) { in process()
443 void arena::enqueue_task(d1::task& t, d1::task_group_context& ctx, thread_data& td) { in enqueue_task()
579 thread_data* td = governor::get_thread_data_if_initialized(); in attach()
599 …thread_data* td = governor::get_thread_data(); // thread data is only needed for FastRandom insta… in enqueue()
616 nested_arena_context(thread_data& td, arena& nested_arena, std::size_t slot_index) in nested_arena_context()
659 thread_data& td = *m_task_dispatcher->m_thread_data; in ~nested_arena_context()
743 thread_data* td = governor::get_thread_data(); in execute()
809 thread_data* td = governor::get_thread_data(); in wait()
823 else if( thread_data* td = governor::get_thread_data_if_initialized() ) in max_concurrency()
855 thread_data* tls = governor::get_thread_data(); in isolate_within_arena()