Home
last modified time | relevance | path

Searched defs:e (Results 1 – 25 of 27) sorted by relevance

12

/oneTBB/test/tbb/
H A Dtest_handle_perror.cpp52 } catch( std::runtime_error& e ) { variable
H A Dtest_eh_thread.cpp112 } catch (const std::exception & e) { variable
H A Dtest_profiling.cpp252 tbb::profiling::event e("event"); variable
H A Dtest_tbb_header.cpp145 catch ( E& e ) { in TestExceptionClassExports() local
H A Dtest_global_control.cpp134 catch ( const tbb::unsafe_wait& e) { in TestException() local
H A Dtest_task_group.cpp466 } 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 Dtest_arena_priorities.cpp334 for( auto& e : per_priority_tasks_num ) { in test() local
H A Dtest_split_node.cpp357 for(int e = 0; e < ELEMS; ++e) { // exercise each of the vector elements in test() local
H A Dtest_multifunction_node.cpp441 EvenType e{}; in run_multiport_test() local
H A Dtest_indexer_node.cpp434 for(int e = 0; e < ELEMS; ++e) { in test() local
H A Dtest_task_arena.cpp409 } 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 Dmain.cpp96 catch (std::exception& e) { in main() local
/oneTBB/examples/parallel_for/tachyon/src/
H A Dquadric.hpp57 flt e; member
H A Dtypes.hpp212 vector e; /* endpoint of the ray if bounded */ member
/oneTBB/include/oneapi/tbb/
H A Dscalable_allocator.h203 void throw_exception(const E &e) { in throw_exception()
205 throw e; in throw_exception() local
H A Dparallel_for.h195 Index e = r.end(); in operator() local
/oneTBB/src/tbb/
H A Dsemaphore.h103 int e = errno; in futex_wait() local
/oneTBB/test/common/
H A Dexception_handling.h114 #define EXCEPTION_NAME(e) typeid(e).name() argument
H A Dconcurrent_priority_queue_common.h235 void push_selector(Q& q, E e, std::size_t i) { in push_selector()
/oneTBB/examples/common/utility/
H A Dutility.hpp118 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 Dconformance_concurrent_queue.cpp968 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 Dconformance_concurrent_priority_queue.cpp455 int e; in test_assignment_clear_swap() local
504 int e = 42; in test_serial_push_pop() local
H A Dconformance_concurrent_vector.cpp447 } catch(std::bad_alloc &e) { in TestExceptions() local
H A Dconformance_concurrent_hash_map.cpp516 } catch(std::bad_alloc &e) { in TestExceptions() local
/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_node_impl.h161 operation_type(const input_type& e, op_type t) : in operation_type()

12