Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_reduce/pi/
H A Dpi.cpp29 void join(const reduce_body& y) { in join() function
/oneTBB/src/tbb/
H A Drml_thread_monitor.h157 void thread_monitor::join(handle_type handle) { in join() function
218 void thread_monitor::join(handle_type handle) { in join() function
H A Dprivate_server.cpp229 void private_worker::release_handle(thread_handle handle, bool join) { in release_handle()
/oneTBB/test/conformance/
H A Dconformance_parallel_reduce.cpp32 int join( int x, int y ) const { in join() function in RotOp
53 void join( const ReduceBody& y ) { in join() function
H A Dconformance_enumerable_thread_specific.cpp628 void join( const parallel_vector_reduce_body &b ) { in join() function
/oneTBB/test/tbb/
H A Dtest_eh_thread.cpp84 void join() { in join() function in Thread
H A Dtest_parallel_reduce.cpp116 void join( ReduceFunctorToCancel& rhs ) { in join() function
504 void join( FooBody& s ) { in join() function in FooBody
583 void join(Body&) {} in join() function
H A Dtest_tbb_header.cpp112 void join( const Body2& ) {} in join() function
H A Dtest_openmp.cpp67 void join( InnerBody& x ) { sum += x.sum; } in join() function in InnerBody
H A Dtest_eh_algorithms.cpp174 void join( SimpleParReduceBody& /*right*/ ) {} in join() function in SimpleParReduceBody
592 void join (const RecursiveParReduceBodyWithSharedWorker & x) { in join() function in RecursiveParReduceBodyWithSharedWorker
660 void join( ParReduceBody& /*rhs*/ ) {} in join() function in ParReduceBody
H A Dtest_partitioner.h445 void join(SimpleReduceBody&) { } in join() function
/oneTBB/examples/parallel_reduce/convex_hull/
H A Dconvex_hull_sample.cpp121 void join(const FindXExtremum &rhs) { in join() function in FindXExtremum
198 void join(const SplitByCP_buf &rhs) { in join() function in SplitByCP_buf
H A Dconvex_hull_bench.cpp341 void join(const FindXExtremum &rhs) { in join() function in FindXExtremum
424 void join(const SplitByCP &rhs) { in join() function in SplitByCP
490 void join(const SplitByCP_buf &rhs) { in join() function in SplitByCP_buf
/oneTBB/python/rml/
H A Dipc_server.cpp514 void ipc_worker::release_handle(thread_handle handle, bool join) { in release_handle()
521 void ipc_worker::start_shutdown(bool join) { in start_shutdown()
540 void ipc_worker::start_stopping(bool join) { in start_stopping()
/oneTBB/include/oneapi/tbb/
H A Dparallel_reduce.h76 void join(task_group_context* context) { in join() function
242 void join(task_group_context* context) { in join() function
395 void join( lambda_reduce_body& rhs ) { in join() function
H A Dpartitioner.h141 void join(task_group_context*) {/*dummy, required only for reduction algorithms*/}; in join() function
/oneTBB/examples/parallel_reduce/primes/
H A Dprimes.cpp271 void join(Sieve& other) { in join() function in Sieve
/oneTBB/python/tbb/
H A Dpool.py218 def join(self): member in Pool
/oneTBB/examples/test_all/fibonacci/
H A Dfibonacci.cpp339 void join(parallel_reduceFibBody &s) { in join() function
/oneTBB/test/common/
H A Dconcepts_common.h297 void join( ParallelReduceBody& ) requires (EnableJoin == State::correct) {} in join() function
298 void join( Dummy ) requires (EnableJoin == State::incorrect_first_input) {} in join() function