Home
last modified time | relevance | path

Searched defs:spawn_helper (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/asio/impl/
Dspawn.hpp365 struct spawn_helper struct
367 typedef typename associated_allocator<Handler>::type allocator_type;
369 allocator_type get_allocator() const BOOST_ASIO_NOEXCEPT in get_allocator()
374 typedef typename associated_executor<Handler>::type executor_type;
376 executor_type get_executor() const BOOST_ASIO_NOEXCEPT in get_executor()
381 void operator()() in operator ()()
390 shared_ptr<spawn_data<Handler, Function> > data_;
391 boost::coroutines::attributes attributes_;
/third_party/boost/libs/asio/include/boost/asio/impl/
Dspawn.hpp365 struct spawn_helper struct
367 typedef typename associated_allocator<Handler>::type allocator_type;
369 allocator_type get_allocator() const BOOST_ASIO_NOEXCEPT in get_allocator()
374 typedef typename associated_executor<Handler>::type executor_type;
376 executor_type get_executor() const BOOST_ASIO_NOEXCEPT in get_executor()
381 void operator()() in operator ()()
390 shared_ptr<spawn_data<Handler, Function> > data_;
391 boost::coroutines::attributes attributes_;
/third_party/libuv/test/
Dtest-ipc.c280 void spawn_helper(uv_pipe_t* channel, in spawn_helper() function