Home
last modified time | relevance | path

Searched defs:TestArenaEntryBody (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_task_arena.cpp325 struct TestArenaEntryBody : FPModeContext { struct
331 TestArenaEntryBody(std::atomic<int> &s, int idx, int i) // init thread-specific instance in TestArenaEntryBody() argument
343 void operator()() { // inside task_arena::execute() in operator ()()
361 void on_exception(const char *e) { // outside arena, in catch block in on_exception()
366 void after_execute() { // outside arena and catch block in after_execute()