20 #ifndef _KERNELCONTAINER_HPP_
21 #define _KERNELCONTAINER_HPP_ 1
23 #include <type_traits>
24 #include "sched_cmd_t.hpp"
28 #include "ringbuffer.tcc"
29 #include "ringbuffertypes.hpp"
41 Type::RingBufferType::Heap ,
86 using kernel_container_t = std::queue< raft::kernel* >;
88 kernel_container_t preempted_kernel_pool;
89 buffer *input_buff =
nullptr;
90 buffer *output_buff =
nullptr;
buffer & getInputQueue()
Definition: kernelcontainer.cpp:48
static void container_run(kernel_container &container)
Definition: kernelcontainer.cpp:62
Definition: sched_cmd_t.hpp:52
kernel_container()
Definition: kernelcontainer.cpp:27
~kernel_container()
Definition: kernelcontainer.cpp:40
Definition: globalmap.cpp:3
Definition: kernelcontainer.hpp:36
buffer & getOutputQueue()
Definition: kernelcontainer.cpp:55