Searched refs:new_state (Results 1 – 8 of 8) sorted by relevance
| /oneTBB/examples/graph/logic_sim/ |
| H A D | basics.hpp | 446 state = new_state; in operator ()() 490 state = new_state; in operator ()() 541 state = new_state; in operator ()() 584 if (new_state == high) in operator ()() 585 new_state = low; in operator ()() 587 new_state = high; in operator ()() 589 state = new_state; in operator ()() 697 ++new_state; in operator ()() 699 new_state += 2; in operator ()() 701 new_state += 4; in operator ()() [all …]
|
| /oneTBB/src/tbb/ |
| H A D | cancellation_disseminator.h | 38 …c<uint32_t> d1::task_group_context::*mptr_state, d1::task_group_context& src, uint32_t new_state) { in propagate_task_group_state() argument 47 if ((src.*mptr_state).load(std::memory_order_relaxed) != new_state) { in propagate_task_group_state() 57 thr_data.propagate_task_group_state(mptr_state, src, new_state); in propagate_task_group_state()
|
| H A D | thread_data.h | 140 …c<uint32_t> d1::task_group_context::* mptr_state, d1::task_group_context& src, uint32_t new_state); 239 …32_t> d1::task_group_context::* mptr_state, d1::task_group_context& src, std::uint32_t new_state) { in propagate_task_group_state() argument 246 if ((ctx.*mptr_state).load(std::memory_order_relaxed) != new_state) in propagate_task_group_state() 247 task_group_context_impl::propagate_task_group_state(ctx, mptr_state, src, new_state); in propagate_task_group_state()
|
| H A D | threading_control.cpp | 148 … d1::task_group_context& src, uint32_t new_state) in propagate_task_group_state() argument 150 my_cancellation_disseminator->propagate_task_group_state(mptr_state, src, new_state); in propagate_task_group_state() 374 d1::task_group_context& src, uint32_t new_state) in propagate_task_group_state() argument 376 my_pimpl->propagate_task_group_state(mptr_state, src, new_state); in propagate_task_group_state()
|
| H A D | threading_control.h | 65 d1::task_group_context& src, uint32_t new_state); 113 d1::task_group_context& src, uint32_t new_state);
|
| H A D | task_group_context.cpp | 200 …32_t> d1::task_group_context::* mptr_state, d1::task_group_context& src, std::uint32_t new_state) { in propagate_task_group_state() argument 215 if ((ctx.*mptr_state).load(std::memory_order_relaxed) != new_state && &ctx != &src) { in propagate_task_group_state() 219 (c->*mptr_state).store(new_state, std::memory_order_relaxed); in propagate_task_group_state()
|
| H A D | tcm.h | 58 uint32_t new_state : 1; member
|
| H A D | scheduler_common.h | 517 bool allow_fifo_task(bool new_state) { in alignas() 519 m_properties.fifo_tasks_allowed = new_state; in alignas()
|