Home
last modified time | relevance | path

Searched refs:PRINT_ERROR_AND_ABORT (Results 1 – 1 of 1) sorted by relevance

/oneTBB/src/tbb/
H A Dexception.cpp71 #define PRINT_ERROR_AND_ABORT(exc_name, msg) \ macro
76 #define DO_THROW(exc, init_args) PRINT_ERROR_AND_ABORT(#exc, #init_args)
119 PRINT_ERROR_AND_ABORT( "runtime_error", buf); in handle_perror()