MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / __TBB_CATCH

Function __TBB_CATCH

benchmarks/tbb/concurrent_priority_queue.h:372–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected