Home
last modified time | relevance | path

Searched refs:D_latch (Results 1 – 2 of 2) sorted by relevance

/oneTBB/examples/graph/logic_sim/
H A DD_latch.hpp22 class D_latch : public oneapi::tbb::flow::composite_node<std::tuple<signal_t, signal_t>, class
37 D_latch(oneapi::tbb::flow::graph& g) in D_latch() function in D_latch
65 ~D_latch() {} in ~D_latch()
H A Dtest_all.cpp692 D_latch my_d_latch(g); in main()