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

Method what

benchmarks/tbb/tbb_misc.cpp:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51namespace tbb {
52
53const char* bad_last_alloc::what() const throw() { return "bad allocation in previous or concurrent attempt"; }
54const char* improper_lock::what() const throw() { return "attempted recursive lock on critical section or non-recursive mutex"; }
55const char* user_abort::what() const throw() { return "User-initiated abort has terminated this operation"; }
56const char* invalid_multiple_scheduling::what() const throw() { return "The same task_handle object cannot be executed more than once"; }

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by 1

mainFunction · 0.36