Searched refs:pull_coro_t (Results 1 – 4 of 4) sorted by relevance
14 typedef boost::coroutines::asymmetric_coroutine< void >::pull_type pull_coro_t; typedef17 void echo( pull_coro_t & source, int i) in echo()38 pull_coro_t source( runit); in main()
7 typedef boost::coroutines::asymmetric_coroutine< X& >::pull_type pull_coro_t; typedef19 void foo2( pull_coro_t & source) in foo2()30 pull_coro_t source( foo1); in bar()
10 typedef boost::coroutines::asymmetric_coroutine< X& >::pull_type pull_coro_t; typedef22 void fn2( pull_coro_t & source) in fn2()34 pull_coro_t source( fn1); in main()
17 typedef boost::coroutines::asymmetric_coroutine< int >::pull_type pull_coro_t; typedef38 pull_coro_t source( boost::bind( echo, _1, 10) ); in main()