Home
last modified time | relevance | path

Searched refs:tbb_thread (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/include/tbb/
H A Dcritical_section.h46 tbb_thread::id my_tid;
61 __TBB_ASSERT(my_tid == tbb_thread::id(), "Destroying a still-held critical section"); in ~critical_section_v4()
83 tbb_thread::id local_tid = this_tbb_thread::get_id(); in lock()
91 __TBB_ASSERT(my_tid == tbb_thread::id(), NULL); in lock()
97 tbb_thread::id local_tid = this_tbb_thread::get_id(); in try_lock()
115 my_tid = tbb_thread::id(); in unlock()
H A Dtbb_thread.h300 typedef internal::tbb_thread_v3 tbb_thread; typedef
309 inline void move( tbb_thread& t1, tbb_thread& t2 ) { in move()
321 inline tbb_thread::id get_id() { return internal::thread_get_id_v3(); } in get_id()
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/
H A Dcritical_section.h46 tbb_thread::id my_tid;
61 __TBB_ASSERT(my_tid == tbb_thread::id(), "Destroying a still-held critical section"); in ~critical_section_v4()
83 tbb_thread::id local_tid = this_tbb_thread::get_id(); in lock()
91 __TBB_ASSERT(my_tid == tbb_thread::id(), NULL); in lock()
97 tbb_thread::id local_tid = this_tbb_thread::get_id(); in try_lock()
115 my_tid = tbb_thread::id(); in unlock()
H A Dtbb_thread.h294 typedef internal::tbb_thread_v3 tbb_thread; typedef
303 inline void move( tbb_thread& t1, tbb_thread& t2 ) { in move()
308 tbb::tbb_thread::native_handle_type h = t1.my_handle; in swap()
319 inline tbb_thread::id get_id() { return internal::thread_get_id_v3(); } in get_id()
H A Dreader_writer_lock.cpp80 my_current_writer = tbb_thread::id(); in internal_construct()
123 tbb_thread::id id = this_tbb_thread::get_id(); in start_write()
250 if( my_current_writer!=tbb_thread::id() ) { in unlock()
266 my_current_writer = tbb_thread::id(); in end_write()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/include/tbb/
H A Dcritical_section.h56 tbb_thread::id my_tid;
71 __TBB_ASSERT(my_tid == tbb_thread::id(), "Destroying a still-held critical section"); in ~critical_section_v4()
93 tbb_thread::id local_tid = this_tbb_thread::get_id(); in lock()
101 __TBB_ASSERT(my_tid == tbb_thread::id(), NULL); in lock()
107 tbb_thread::id local_tid = this_tbb_thread::get_id(); in try_lock()
125 my_tid = tbb_thread::id(); in unlock()
H A Dtbb_thread.h310 …_MODE_MSG("tbb::thread is deprecated, use std::thread") typedef internal::tbb_thread_v3 tbb_thread; typedef
319 inline void move( tbb_thread& t1, tbb_thread& t2 ) { in move()
331 …__TBB_DEPRECATED_IN_VERBOSE_MODE inline tbb_thread::id get_id() { return internal::thread_get_id_v… in get_id()
/dports/devel/tbb/oneTBB-2020.3/include/tbb/
H A Dcritical_section.h56 tbb_thread::id my_tid;
71 __TBB_ASSERT(my_tid == tbb_thread::id(), "Destroying a still-held critical section"); in ~critical_section_v4()
93 tbb_thread::id local_tid = this_tbb_thread::get_id(); in lock()
101 __TBB_ASSERT(my_tid == tbb_thread::id(), NULL); in lock()
107 tbb_thread::id local_tid = this_tbb_thread::get_id(); in try_lock()
125 my_tid = tbb_thread::id(); in unlock()
H A Dtbb_thread.h310 …_MODE_MSG("tbb::thread is deprecated, use std::thread") typedef internal::tbb_thread_v3 tbb_thread; typedef
319 inline void move( tbb_thread& t1, tbb_thread& t2 ) { in move()
331 …__TBB_DEPRECATED_IN_VERBOSE_MODE inline tbb_thread::id get_id() { return internal::thread_get_id_v… in get_id()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/include/tbb/
H A Dcritical_section.h56 tbb_thread::id my_tid;
71 __TBB_ASSERT(my_tid == tbb_thread::id(), "Destroying a still-held critical section"); in ~critical_section_v4()
93 tbb_thread::id local_tid = this_tbb_thread::get_id(); in lock()
101 __TBB_ASSERT(my_tid == tbb_thread::id(), NULL); in lock()
107 tbb_thread::id local_tid = this_tbb_thread::get_id(); in try_lock()
125 my_tid = tbb_thread::id(); in unlock()
H A Dtbb_thread.h310 …_MODE_MSG("tbb::thread is deprecated, use std::thread") typedef internal::tbb_thread_v3 tbb_thread; typedef
319 inline void move( tbb_thread& t1, tbb_thread& t2 ) { in move()
331 …__TBB_DEPRECATED_IN_VERBOSE_MODE inline tbb_thread::id get_id() { return internal::thread_get_id_v… in get_id()
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/tests/relacy/relacy/example/eventcount/
H A Deventcount.cpp519 struct tbb_thread {}; struct
522 tbb_thread* threads_;
525 void wait_while_pool_is_empty(tbb_thread* th) in wait_while_pool_is_empty()
541 void notify_about_new_task_available_with_preference(tbb_thread* preference) in notify_about_new_task_available_with_preference()
545 tbb_thread* preference_; in notify_about_new_task_available_with_preference()
550 tbb_thread* th = (tbb_thread*)ctx; in notify_about_new_task_available_with_preference()
570 …bout_list_of_tasks_available(size_t total_count, size_t preference_count, tbb_thread** preferences) in notify_about_list_of_tasks_available()
576 tbb_thread** preferences_; in notify_about_list_of_tasks_available()
580 tbb_thread* th = (tbb_thread*)ctx; in notify_about_list_of_tasks_available()
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/tests/relacy/relacy/example/tbb_eventcount/
H A Deventcount.cpp579 struct tbb_thread struct
585 tbb_thread* threads_;
588 void wait_while_pool_is_empty(tbb_thread* th) in wait_while_pool_is_empty()
602 void notify_about_new_task_available_with_preference(tbb_thread* preference) in notify_about_new_task_available_with_preference()
606 tbb_thread* preference_; in notify_about_new_task_available_with_preference()
611 tbb_thread* th = (tbb_thread*)ctx; in notify_about_new_task_available_with_preference()
631 …bout_list_of_tasks_available(size_t total_count, size_t preference_count, tbb_thread** preferences) in notify_about_list_of_tasks_available()
637 tbb_thread** preferences_; in notify_about_list_of_tasks_available()
641 tbb_thread* th = (tbb_thread*)ctx; in notify_about_list_of_tasks_available()
/dports/math/libmesh/libmesh-1.6.2/m4/
H A Dtbb.m451 dnl a test code which uses tbb::tbb_thread
54 AC_MSG_CHECKING(for tbb::tbb_thread support)
62 @%:@include <tbb/tbb_thread.h>
65 tbb::tbb_thread t;
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/tbb/
H A Dreader_writer_lock.cpp76 my_current_writer = tbb_thread::id(); in internal_construct()
119 tbb_thread::id id = this_tbb_thread::get_id(); in start_write()
246 if( my_current_writer!=tbb_thread::id() ) { in unlock()
262 my_current_writer = tbb_thread::id(); in end_write()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/src/tbb/
H A Dreader_writer_lock.cpp80 my_current_writer = tbb_thread::id(); in internal_construct()
123 tbb_thread::id id = this_tbb_thread::get_id(); in start_write()
250 if( my_current_writer!=tbb_thread::id() ) { in unlock()
266 my_current_writer = tbb_thread::id(); in end_write()
/dports/devel/tbb/oneTBB-2020.3/src/tbb/
H A Dreader_writer_lock.cpp76 my_current_writer = tbb_thread::id(); in internal_construct()
119 tbb_thread::id id = this_tbb_thread::get_id(); in start_write()
246 if( my_current_writer!=tbb_thread::id() ) { in unlock()
262 my_current_writer = tbb_thread::id(); in end_write()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/tbb/
H A Dreader_writer_lock.cpp76 my_current_writer = tbb_thread::id(); in internal_construct()
119 tbb_thread::id id = this_tbb_thread::get_id(); in start_write()
246 if( my_current_writer!=tbb_thread::id() ) { in unlock()
262 my_current_writer = tbb_thread::id(); in end_write()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/include/tbb/compat/
H A Dthread28 #include "../tbb_thread.h"
32 typedef tbb::tbb_thread thread;
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_flow_graph_priorities.cpp207 tbb::tbb_thread my_service_thread;
360 prioritized_work_submitter = tbb::tbb_thread::id(); in reset()
365 tbb::tbb_thread::id prioritized_work_submitter;
375 void do_nested_work( const tbb::tbb_thread::id& tid, const tbb::blocked_range<int>& subrange );
398 void do_nested_work( const tbb::tbb_thread::id& tid, const tbb::blocked_range<int>& /*subrange*/ ) { in do_nested_work()
430 void do_nested_work<PRIORITIZED_WORK>( const tbb::tbb_thread::id& tid, in do_nested_work()
H A Dtest_pipeline_with_tbf.cpp29 tbb::tbb_thread::id thread_id;
31 tbb::tbb_thread::id id0;
99 tbb::tbb_thread::id id = tbb::this_tbb_thread::get_id(); in operator ()()
349 tbb::tbb_thread* t[MaxFilters]; in TestOneConfiguration()
351 …t[j] = new tbb::tbb_thread(process_loop(), static_cast<tbb::thread_bound_filter*>(filter[array_of_… in TestOneConfiguration()
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_flow_graph_priorities.cpp207 tbb::tbb_thread my_service_thread;
360 prioritized_work_submitter = tbb::tbb_thread::id(); in reset()
365 tbb::tbb_thread::id prioritized_work_submitter;
375 void do_nested_work( const tbb::tbb_thread::id& tid, const tbb::blocked_range<int>& subrange );
398 void do_nested_work( const tbb::tbb_thread::id& tid, const tbb::blocked_range<int>& /*subrange*/ ) { in do_nested_work()
430 void do_nested_work<PRIORITIZED_WORK>( const tbb::tbb_thread::id& tid, in do_nested_work()
H A Dtest_pipeline_with_tbf.cpp29 tbb::tbb_thread::id thread_id;
31 tbb::tbb_thread::id id0;
99 tbb::tbb_thread::id id = tbb::this_tbb_thread::get_id(); in operator ()()
349 tbb::tbb_thread* t[MaxFilters]; in TestOneConfiguration()
351 …t[j] = new tbb::tbb_thread(process_loop(), static_cast<tbb::thread_bound_filter*>(filter[array_of_… in TestOneConfiguration()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_flow_graph_priorities.cpp207 tbb::tbb_thread my_service_thread;
360 prioritized_work_submitter = tbb::tbb_thread::id(); in reset()
365 tbb::tbb_thread::id prioritized_work_submitter;
375 void do_nested_work( const tbb::tbb_thread::id& tid, const tbb::blocked_range<int>& subrange );
398 void do_nested_work( const tbb::tbb_thread::id& tid, const tbb::blocked_range<int>& /*subrange*/ ) { in do_nested_work()
430 void do_nested_work<PRIORITIZED_WORK>( const tbb::tbb_thread::id& tid, in do_nested_work()
H A Dtest_pipeline_with_tbf.cpp29 tbb::tbb_thread::id thread_id;
31 tbb::tbb_thread::id id0;
99 tbb::tbb_thread::id id = tbb::this_tbb_thread::get_id(); in operator ()()
349 tbb::tbb_thread* t[MaxFilters]; in TestOneConfiguration()
351 …t[j] = new tbb::tbb_thread(process_loop(), static_cast<tbb::thread_bound_filter*>(filter[array_of_… in TestOneConfiguration()

1234567