| 370 | __TBB_store_with_release(my_size, my_size + 1); |
| 371 | itt_store_word_with_release(tmp->status, uintptr_t(SUCCEEDED)); |
| 372 | } __TBB_CATCH(...) { |
| 373 | itt_store_word_with_release(tmp->status, uintptr_t(FAILED)); |
| 374 | } |
| 375 | } |
| 376 | } |
| 377 |
nothing calls this directly
no test coverage detected