We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e35c2c2 commit baa3f2cCopy full SHA for baa3f2c
src/tbb/arena_slot.cpp
@@ -83,7 +83,7 @@ d1::task* arena_slot::get_task(execution_data_ext& ed, isolation_type isolation)
83
&& H0 == T + 1, "victim/thief arbitration algorithm failure" );
84
(tasks_skipped) ? release_task_pool() : reset_task_pool_and_leave();
85
all_tasks_checked = true;
86
- break;
+ break /*do-while*/;
87
} else if ( H0 == T ) {
88
// There is only one task in the task pool. If it can be taken, we want to reset the pool
89
if ( task_pool_ptr[T] ) {
0 commit comments