| /oneTBB/test/tbb/ |
| H A D | test_handle_perror.cpp | 52 } catch( std::runtime_error& e ) { variable
|
| H A D | test_eh_thread.cpp | 112 } catch (const std::exception & e) { variable
|
| H A D | test_profiling.cpp | 252 tbb::profiling::event e("event"); variable
|
| H A D | test_tbb_header.cpp | 145 catch ( E& e ) { in TestExceptionClassExports() local
|
| H A D | test_global_control.cpp | 134 catch ( const tbb::unsafe_wait& e) { in TestException() local
|
| H A D | test_task_group.cpp | 466 } catch ( TestException& e ) { in LaunchChildrenWithFunctor() local 538 } catch ( TestException& e ) { in TestExceptionHandling2() local 599 catch ( const tbb::missing_wait& e ) { in TestMissingWait() local
|
| H A D | test_arena_priorities.cpp | 334 for( auto& e : per_priority_tasks_num ) { in test() local
|
| H A D | test_split_node.cpp | 357 for(int e = 0; e < ELEMS; ++e) { // exercise each of the vector elements in test() local
|
| H A D | test_multifunction_node.cpp | 441 EvenType e{}; in run_multiport_test() local
|
| H A D | test_indexer_node.cpp | 434 for(int e = 0; e < ELEMS; ++e) { in test() local
|
| H A D | test_task_arena.cpp | 409 } catch(std::logic_error &e) { in test_arena_entry() local 712 int &e = myEts.local(); in operator ()() local 892 int &e = myEts.local(); in operator ()() local
|
| /oneTBB/examples/parallel_reduce/pi/ |
| H A D | main.cpp | 96 catch (std::exception& e) { in main() local
|
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | quadric.hpp | 57 flt e; member
|
| H A D | types.hpp | 212 vector e; /* endpoint of the ray if bounded */ member
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | scalable_allocator.h | 203 void throw_exception(const E &e) { in throw_exception() 205 throw e; in throw_exception() local
|
| H A D | parallel_for.h | 195 Index e = r.end(); in operator() local
|
| /oneTBB/src/tbb/ |
| H A D | semaphore.h | 103 int e = errno; in futex_wait() local
|
| /oneTBB/test/common/ |
| H A D | exception_handling.h | 114 #define EXCEPTION_NAME(e) typeid(e).name() argument
|
| H A D | concurrent_priority_queue_common.h | 235 void push_selector(Q& q, E e, std::size_t i) { in push_selector()
|
| /oneTBB/examples/common/utility/ |
| H A D | utility.hpp | 118 catch (std::invalid_argument& e) { in parse_and_store() local 558 catch (std::exception& e) { in parse_cli_arguments() local
|
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_queue.cpp | 968 int e; in operator ()() local 1001 int e; in TestAbort() local 1019 int e; in TestAbort() local 1038 int e; in TestAbort() local 1063 int e; in TestAbort() local
|
| H A D | conformance_concurrent_priority_queue.cpp | 455 int e; in test_assignment_clear_swap() local 504 int e = 42; in test_serial_push_pop() local
|
| H A D | conformance_concurrent_vector.cpp | 447 } catch(std::bad_alloc &e) { in TestExceptions() local
|
| H A D | conformance_concurrent_hash_map.cpp | 516 } catch(std::bad_alloc &e) { in TestExceptions() local
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _flow_graph_node_impl.h | 161 operation_type(const input_type& e, op_type t) : in operation_type()
|