Home
last modified time | relevance | path

Searched refs:new_state (Results 1 – 8 of 8) sorted by relevance

/oneTBB/examples/graph/logic_sim/
H A Dbasics.hpp446 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 Dcancellation_disseminator.h38 …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 Dthread_data.h140 …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 Dthreading_control.cpp148 … 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 Dthreading_control.h65 d1::task_group_context& src, uint32_t new_state);
113 d1::task_group_context& src, uint32_t new_state);
H A Dtask_group_context.cpp200 …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 Dtcm.h58 uint32_t new_state : 1; member
H A Dscheduler_common.h517 bool allow_fifo_task(bool new_state) { in alignas()
519 m_properties.fifo_tasks_allowed = new_state; in alignas()