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

Method set

benchmarks/tbb/task_group_context.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void captured_exception::set ( const char* a_name, const char* info ) throw() {
50 my_exception_name = duplicate_string( a_name );
51 my_exception_info = duplicate_string( info );
52}
53
54void captured_exception::clear () throw() {
55 deallocate_via_handler_v3 (const_cast<char*>(my_exception_name));

Callers

nothing calls this directly

Calls 1

duplicate_stringFunction · 0.85

Tested by

no test coverage detected