Home
last modified time | relevance | path

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

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/utils/
H A Dtasks.cpp84 class msg_task_impl : public msg_task class
87 msg_task_impl(const task_fcn_type& task_fcn) : _spawn_barrier(2) in msg_task_impl() function in msg_task_impl
90 std::bind(&msg_task_impl::task_loop, this, task_fcn)); in msg_task_impl()
94 ~msg_task_impl(void) in ~msg_task_impl()
172 return msg_task::sptr(new msg_task_impl(task_fcn)); in make()