Home
last modified time | relevance | path

Searched refs:my_max_num_workers (Results 1 – 2 of 2) sorted by relevance

/oneTBB/src/tbb/
H A Darena.h261 unsigned my_max_num_workers; member
382 bool is_arena_workerless() const { return my_max_num_workers == 0; } in is_arena_workerless()
425 int workers_delta = are_workers_needed ? my_max_num_workers : 0; in advertise_new_work()
H A Darena.cpp258 my_max_num_workers = num_slots-num_reserved_slots; in arena()
263 __TBB_ASSERT ( my_max_num_workers <= my_num_slots, nullptr); in arena()
380 int workers_delta = release_workers ? -(int)my_max_num_workers : 0; in out_of_work()
434 min_workers_request > 0 && is_arena_workerless() ? 1 : (int)my_max_num_workers); in update_request()
588 ta.my_max_concurrency = ta.my_num_reserved_slots + a->my_max_num_workers; in attach()
812 if (a->my_max_num_workers != 0) { in wait()
832 return a->my_num_reserved_slots + a->my_max_num_workers + mandatory_worker; in max_concurrency()