MCPcopy Create free account
hub / github.com/RcppCore/RcppParallel / handle_perror

Function handle_perror

src/tbb/src/tbb/exception.cpp:104–121  ·  view source on GitHub ↗

The "what" should be fairly short, not more than about 128 characters. Because we control all the call sites to handle_perror, it is pointless to bullet-proof it for very long strings. Design note: ADR put this routine off to the side in tbb_misc.cpp instead of Task.cpp because the throw generates a pathetic lot of code, and ADR wanted this large chunk of code to be placed on a col

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

checkFunction · 0.85
create_coroutineFunction · 0.85
launchMethod · 0.85
checkMethod · 0.85
create_my_tlsMethod · 0.85
destroy_my_tlsMethod · 0.85
acquire_resourcesMethod · 0.85

Calls 1

do_throwFunction · 0.85

Tested by

no test coverage detected