| /oneTBB/examples/parallel_reduce/pi/ |
| H A D | pi.cpp | 29 void join(const reduce_body& y) { in join() function
|
| /oneTBB/src/tbb/ |
| H A D | rml_thread_monitor.h | 157 void thread_monitor::join(handle_type handle) { in join() function 218 void thread_monitor::join(handle_type handle) { in join() function
|
| H A D | private_server.cpp | 229 void private_worker::release_handle(thread_handle handle, bool join) { in release_handle()
|
| /oneTBB/test/conformance/ |
| H A D | conformance_parallel_reduce.cpp | 32 int join( int x, int y ) const { in join() function in RotOp 53 void join( const ReduceBody& y ) { in join() function
|
| H A D | conformance_enumerable_thread_specific.cpp | 628 void join( const parallel_vector_reduce_body &b ) { in join() function
|
| /oneTBB/test/tbb/ |
| H A D | test_eh_thread.cpp | 84 void join() { in join() function in Thread
|
| H A D | test_parallel_reduce.cpp | 116 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 D | test_tbb_header.cpp | 112 void join( const Body2& ) {} in join() function
|
| H A D | test_openmp.cpp | 67 void join( InnerBody& x ) { sum += x.sum; } in join() function in InnerBody
|
| H A D | test_eh_algorithms.cpp | 174 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 D | test_partitioner.h | 445 void join(SimpleReduceBody&) { } in join() function
|
| /oneTBB/examples/parallel_reduce/convex_hull/ |
| H A D | convex_hull_sample.cpp | 121 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 D | convex_hull_bench.cpp | 341 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 D | ipc_server.cpp | 514 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 D | parallel_reduce.h | 76 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 D | partitioner.h | 141 void join(task_group_context*) {/*dummy, required only for reduction algorithms*/}; in join() function
|
| /oneTBB/examples/parallel_reduce/primes/ |
| H A D | primes.cpp | 271 void join(Sieve& other) { in join() function in Sieve
|
| /oneTBB/python/tbb/ |
| H A D | pool.py | 218 def join(self): member in Pool
|
| /oneTBB/examples/test_all/fibonacci/ |
| H A D | fibonacci.cpp | 339 void join(parallel_reduceFibBody &s) { in join() function
|
| /oneTBB/test/common/ |
| H A D | concepts_common.h | 297 void join( ParallelReduceBody& ) requires (EnableJoin == State::correct) {} in join() function 298 void join( Dummy ) requires (EnableJoin == State::incorrect_first_input) {} in join() function
|