Searched refs:potential (Results 1 – 5 of 5) sorted by relevance
| /oneTBB/examples/task_group/sudoku/ |
| H A D | sudoku.cpp | 149 for (unsigned potential = 1; potential <= BOARD_DIM; ++potential) { in calculate_potentials() local 150 if (!in_row(b, row, col, potential) && !in_col(b, row, col, potential) && in calculate_potentials() 151 !in_block(b, row, col, potential)) in calculate_potentials() 152 b[i].potential_set |= 1 << (potential - 1); in calculate_potentials() 249 for (unsigned short potential = 1; potential <= BOARD_DIM; ++potential) { in partial_solve() local 250 if (1 << (potential - 1) & b[first_potential_set].potential_set) { in partial_solve() 251 g.run([&g, b /*make a copy of the board*/, first_potential_set, potential]() { in partial_solve() 255 new_board[first_potential_set].solved_element = potential; in partial_solve()
|
| /oneTBB/examples/graph/dining_philosophers/ |
| H A D | README.md | 2 …rates `oneapi::tbb::flow` and the use of the reserving `join_node` to solve the potential deadlock.
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | How_Task_Scheduler_Works.rst | 49 which causes temporary breadth-first execution that converts potential parallelism
|
| H A D | Controlling_Chunking_os.rst | 86 the cost of reducing potential parallelism. The overhead as a fraction
|
| /oneTBB/doc/ |
| H A D | Doxyfile.in | 746 # potential errors in the documentation, such as not documenting some parameters
|