Home
last modified time | relevance | path

Searched refs:launch (Results 1 – 25 of 452) sorted by relevance

12345678910>>...19

/third_party/boost/libs/fiber/test/
Dtest_fss_post.cpp52 boost::fibers::fiber f1( boost::fibers::launch::post, fss_fiber); in fss()
53 boost::fibers::fiber f2( boost::fibers::launch::post, fss_fiber); in fss()
54 boost::fibers::fiber f3( boost::fibers::launch::post, fss_fiber); in fss()
55 boost::fibers::fiber f4( boost::fibers::launch::post, fss_fiber); in fss()
56 boost::fibers::fiber f5( boost::fibers::launch::post, fss_fiber); in fss()
74 boost::fibers::fiber( boost::fibers::launch::post, fss).join(); in test_fss()
94 boost::fibers::fiber f( boost::fibers::launch::post, fss_fiber_with_custom_cleanup); in fss_with_custom_cleanup()
106 boost::fibers::fiber( boost::fibers::launch::post, fss_with_custom_cleanup).join(); in test_fss_with_custom_cleanup()
118 boost::fibers::fiber f( boost::fibers::launch::post, fss_fiber_with_custom_cleanup_and_release); in do_test_fss_does_no_cleanup_after_release()
150 boost::fibers::fiber f( boost::fibers::launch::post, [&delete_tracker](){ in do_test_fss_does_no_cleanup_with_null_cleanup_function()
[all …]
Dtest_fss_dispatch.cpp52 boost::fibers::fiber f1( boost::fibers::launch::dispatch, fss_fiber); in fss()
53 boost::fibers::fiber f2( boost::fibers::launch::dispatch, fss_fiber); in fss()
54 boost::fibers::fiber f3( boost::fibers::launch::dispatch, fss_fiber); in fss()
55 boost::fibers::fiber f4( boost::fibers::launch::dispatch, fss_fiber); in fss()
56 boost::fibers::fiber f5( boost::fibers::launch::dispatch, fss_fiber); in fss()
74 boost::fibers::fiber( boost::fibers::launch::dispatch, fss).join(); in test_fss()
94 boost::fibers::fiber f( boost::fibers::launch::dispatch, fss_fiber_with_custom_cleanup); in fss_with_custom_cleanup()
106 boost::fibers::fiber( boost::fibers::launch::dispatch, fss_with_custom_cleanup).join(); in test_fss_with_custom_cleanup()
118 …boost::fibers::fiber f( boost::fibers::launch::dispatch, fss_fiber_with_custom_cleanup_and_release… in do_test_fss_does_no_cleanup_after_release()
150 boost::fibers::fiber f( boost::fibers::launch::dispatch, [&delete_tracker](){ in do_test_fss_does_no_cleanup_with_null_cleanup_function()
[all …]
Dtest_condition_variable_any_post.cpp91 boost::fibers::launch::post, in test_one_waiter_notify_one()
98 boost::fibers::launch::post, in test_one_waiter_notify_one()
116 boost::fibers::launch::post, in test_two_waiter_notify_one()
123 boost::fibers::launch::post, in test_two_waiter_notify_one()
130 boost::fibers::launch::post, in test_two_waiter_notify_one()
136 boost::fibers::launch::post, in test_two_waiter_notify_one()
155 boost::fibers::launch::post, in test_two_waiter_notify_all()
162 boost::fibers::launch::post, in test_two_waiter_notify_all()
169 boost::fibers::launch::post, in test_two_waiter_notify_all()
175 boost::fibers::launch::post, in test_two_waiter_notify_all()
[all …]
Dtest_condition_variable_any_dispatch.cpp91 boost::fibers::launch::dispatch, in test_one_waiter_notify_one()
98 boost::fibers::launch::dispatch, in test_one_waiter_notify_one()
116 boost::fibers::launch::dispatch, in test_two_waiter_notify_one()
123 boost::fibers::launch::dispatch, in test_two_waiter_notify_one()
130 boost::fibers::launch::dispatch, in test_two_waiter_notify_one()
136 boost::fibers::launch::dispatch, in test_two_waiter_notify_one()
155 boost::fibers::launch::dispatch, in test_two_waiter_notify_all()
162 boost::fibers::launch::dispatch, in test_two_waiter_notify_all()
169 boost::fibers::launch::dispatch, in test_two_waiter_notify_all()
175 boost::fibers::launch::dispatch, in test_two_waiter_notify_all()
[all …]
Dtest_condition_variable_post.cpp89 boost::fibers::launch::post, in test_one_waiter_notify_one()
96 boost::fibers::launch::post, in test_one_waiter_notify_one()
114 boost::fibers::launch::post, in test_two_waiter_notify_one()
121 boost::fibers::launch::post, in test_two_waiter_notify_one()
128 boost::fibers::launch::post, in test_two_waiter_notify_one()
134 boost::fibers::launch::post, in test_two_waiter_notify_one()
153 boost::fibers::launch::post, in test_two_waiter_notify_all()
160 boost::fibers::launch::post, in test_two_waiter_notify_all()
167 boost::fibers::launch::post, in test_two_waiter_notify_all()
173 boost::fibers::launch::post, in test_two_waiter_notify_all()
[all …]
Dtest_condition_variable_dispatch.cpp89 boost::fibers::launch::dispatch, in test_one_waiter_notify_one()
96 boost::fibers::launch::dispatch, in test_one_waiter_notify_one()
114 boost::fibers::launch::dispatch, in test_two_waiter_notify_one()
121 boost::fibers::launch::dispatch, in test_two_waiter_notify_one()
128 boost::fibers::launch::dispatch, in test_two_waiter_notify_one()
134 boost::fibers::launch::dispatch, in test_two_waiter_notify_one()
153 boost::fibers::launch::dispatch, in test_two_waiter_notify_all()
160 boost::fibers::launch::dispatch, in test_two_waiter_notify_all()
167 boost::fibers::launch::dispatch, in test_two_waiter_notify_all()
173 boost::fibers::launch::dispatch, in test_two_waiter_notify_all()
[all …]
Dtest_fiber_dispatch.cpp149 boost::fibers::fiber f( boost::fibers::launch::dispatch, fn4); in fn5()
164 boost::fibers::fiber f( boost::fibers::launch::dispatch, fn1); in test_join_fn()
171 boost::fibers::fiber f( boost::fibers::launch::dispatch, fn2, 3, "abc"); in test_join_fn()
181 boost::fibers::fiber( boost::fibers::launch::dispatch, & X::foo, & x, 3).join(); in test_join_memfn()
190 boost::fibers::fiber f( boost::fibers::launch::dispatch, cp); in test_join_copyable()
201 boost::fibers::fiber f( boost::fibers::launch::dispatch, std::move( mv) ); in test_join_moveable()
214 boost::fibers::launch::dispatch, [i,abc]() { in test_join_lambda()
228 boost::fibers::launch::dispatch, [](int i, std::string const& abc) { in test_join_lambda()
246 boost::fibers::launch::dispatch, std::bind( in test_join_bind()
261 boost::fibers::launch::dispatch, std::bind( in test_join_bind()
[all …]
Dtest_fiber_post.cpp149 boost::fibers::fiber f( boost::fibers::launch::post, fn4); in fn5()
164 boost::fibers::fiber f( boost::fibers::launch::post, fn1); in test_join_fn()
171 boost::fibers::fiber f( boost::fibers::launch::post, fn2, 3, "abc"); in test_join_fn()
181 boost::fibers::fiber( boost::fibers::launch::post, & X::foo, & x, 3).join(); in test_join_memfn()
190 boost::fibers::fiber f( boost::fibers::launch::post, cp); in test_join_copyable()
201 boost::fibers::fiber f( boost::fibers::launch::post, std::move( mv) ); in test_join_moveable()
214 boost::fibers::launch::post, [i,abc]() { in test_join_lambda()
228 boost::fibers::launch::post, [](int i, std::string const& abc) { in test_join_lambda()
246 boost::fibers::launch::post, std::bind( in test_join_bind()
261 boost::fibers::launch::post, std::bind( in test_join_bind()
[all …]
Dtest_unbuffered_channel_dispatch.cpp50 boost::fibers::fiber f( boost::fibers::launch::dispatch, [&c](){ in test_push()
68 boost::fibers::fiber f( boost::fibers::launch::dispatch, [&c](){ in test_push_wait_for()
85 boost::fibers::fiber f( boost::fibers::launch::dispatch, [&c](){ in test_push_wait_for_timeout()
97 boost::fibers::fiber f( boost::fibers::launch::dispatch, [&c](){ in test_push_wait_until()
116 boost::fibers::fiber f( boost::fibers::launch::dispatch, [&c](){ in test_push_wait_until_timeout()
131 boost::fibers::fiber f( boost::fibers::launch::dispatch, [&v1,&c](){ in test_pop()
142 boost::fibers::fiber f( boost::fibers::launch::dispatch, [&v1,&c](){ in test_pop_closed()
155 boost::fibers::fiber f( boost::fibers::launch::dispatch, [&c,&v2](){ in test_pop_success()
166 boost::fibers::fiber f( boost::fibers::launch::dispatch, [&c,&v1](){ in test_value_pop()
177 boost::fibers::fiber f( boost::fibers::launch::dispatch, [&c,&v1](){ in test_value_pop_closed()
[all …]
Dtest_unbuffered_channel_post.cpp50 boost::fibers::fiber f( boost::fibers::launch::post, [&c](){ in test_push()
68 boost::fibers::fiber f( boost::fibers::launch::post, [&c](){ in test_push_wait_for()
85 boost::fibers::fiber f( boost::fibers::launch::post, [&c](){ in test_push_wait_for_timeout()
97 boost::fibers::fiber f( boost::fibers::launch::post, [&c](){ in test_push_wait_until()
116 boost::fibers::fiber f( boost::fibers::launch::post, [&c](){ in test_push_wait_until_timeout()
131 boost::fibers::fiber f( boost::fibers::launch::post, [&v1,&c](){ in test_pop()
142 boost::fibers::fiber f( boost::fibers::launch::post, [&v1,&c](){ in test_pop_closed()
155 boost::fibers::fiber f( boost::fibers::launch::post, [&c,&v2](){ in test_pop_success()
166 boost::fibers::fiber f( boost::fibers::launch::post, [&c,&v1](){ in test_value_pop()
177 boost::fibers::fiber f( boost::fibers::launch::post, [&c,&v1](){ in test_value_pop_closed()
[all …]
Dtest_mutex_post.cpp231 boost::fibers::fiber f1( boost::fibers::launch::post, & fn1< mutex_type >, std::ref( mtx) ); in operator ()()
232 boost::fibers::fiber f2( boost::fibers::launch::post, & fn2< mutex_type >, std::ref( mtx) ); in operator ()()
262 boost::fibers::fiber f( boost::fibers::launch::post, & fn17, std::ref( mtx) ); in do_test_mutex()
271 boost::fibers::fiber f( boost::fibers::launch::post, & fn18, std::ref( mtx) ); in do_test_mutex()
279 boost::fibers::fiber( boost::fibers::launch::post, & do_test_mutex).join(); in test_mutex()
290 boost::fibers::fiber f( boost::fibers::launch::post, & fn15, std::ref( mtx) ); in do_test_recursive_mutex()
299 boost::fibers::fiber f( boost::fibers::launch::post, & fn16, std::ref( mtx) ); in do_test_recursive_mutex()
307 boost::fibers::fiber( boost::fibers::launch::post, do_test_recursive_mutex).join(); in test_recursive_mutex()
317 boost::fibers::fiber f( boost::fibers::launch::post, & fn3, std::ref( timed_mtx) ); in do_test_timed_mutex()
326 boost::fibers::fiber f( boost::fibers::launch::post, & fn4, std::ref( timed_mtx) ); in do_test_timed_mutex()
[all …]
Dtest_mutex_dispatch.cpp231 … boost::fibers::fiber f1( boost::fibers::launch::dispatch, & fn1< mutex_type >, std::ref( mtx) ); in operator ()()
232 … boost::fibers::fiber f2( boost::fibers::launch::dispatch, & fn2< mutex_type >, std::ref( mtx) ); in operator ()()
262 boost::fibers::fiber f( boost::fibers::launch::dispatch, & fn17, std::ref( mtx) ); in do_test_mutex()
271 boost::fibers::fiber f( boost::fibers::launch::dispatch, & fn18, std::ref( mtx) ); in do_test_mutex()
279 boost::fibers::fiber( boost::fibers::launch::dispatch, & do_test_mutex).join(); in test_mutex()
290 boost::fibers::fiber f( boost::fibers::launch::dispatch, & fn15, std::ref( mtx) ); in do_test_recursive_mutex()
299 boost::fibers::fiber f( boost::fibers::launch::dispatch, & fn16, std::ref( mtx) ); in do_test_recursive_mutex()
307 boost::fibers::fiber( boost::fibers::launch::dispatch, do_test_recursive_mutex).join(); in test_recursive_mutex()
317 boost::fibers::fiber f( boost::fibers::launch::dispatch, & fn3, std::ref( timed_mtx) ); in do_test_timed_mutex()
326 boost::fibers::fiber f( boost::fibers::launch::dispatch, & fn4, std::ref( timed_mtx) ); in do_test_timed_mutex()
[all …]
Dtest_async_dispatch.cpp62 boost::fibers::future< void > f1 = boost::fibers::async( boost::fibers::launch::dispatch, fn1); in test_async_1()
70 … boost::fibers::future< int > f1 = boost::fibers::async( boost::fibers::launch::dispatch, fn2, i); in test_async_2()
78 …boost::fibers::future< int& > f1 = boost::fibers::async( boost::fibers::launch::dispatch, fn3, std… in test_async_3()
87 …boost::fibers::future< A > f1 = boost::fibers::async( boost::fibers::launch::dispatch, fn4, std::m… in test_async_4()
98 boost::fibers::launch::dispatch, in test_async_5()
110 boost::fibers::launch::dispatch, in test_async_6()
120 boost::fibers::launch::dispatch, in test_async_stack_alloc()
132 boost::fibers::launch::dispatch, in test_async_std_alloc()
Dtest_async_post.cpp62 boost::fibers::future< void > f1 = boost::fibers::async( boost::fibers::launch::post, fn1); in test_async_1()
70 boost::fibers::future< int > f1 = boost::fibers::async( boost::fibers::launch::post, fn2, i); in test_async_2()
78 …boost::fibers::future< int& > f1 = boost::fibers::async( boost::fibers::launch::post, fn3, std::re… in test_async_3()
87 …boost::fibers::future< A > f1 = boost::fibers::async( boost::fibers::launch::post, fn4, std::move(… in test_async_4()
98 boost::fibers::launch::post, in test_async_5()
110 boost::fibers::launch::post, in test_async_6()
/third_party/boost/libs/thread/test/sync/futures/future/
Dthen_deferred_pass.cpp63 boost::future<int> f1 = boost::async(boost::launch::async, &p1); in main()
65 boost::future<int> f2 = f1.then(boost::launch::deferred, &p2); in main()
85 boost::future<int> f1 = boost::async(boost::launch::async, &p1); in main()
87 boost::future<void> f2 = f1.then(boost::launch::deferred, &p3); in main()
106 boost::future<int> f2 = boost::async(p1).then(boost::launch::deferred, &p2); in main()
112 boost::future<int> f21 = f1.then(boost::launch::deferred, &p2); in main()
113 boost::future<int> f2= f21.then(boost::launch::deferred, &p2); in main()
119 boost::future<int> f2= f1.then(boost::launch::deferred, &p2).then(boost::launch::deferred, &p2); in main()
124 …boost::future<int> f2 = boost::async(p1).then(boost::launch::deferred, &p2).then(boost::launch::de… in main()
Dasync_deferred_then_pass.cpp58 boost::future<int> f1 = boost::async(boost::launch::deferred, &p1); in main()
79 boost::future<int> f1 = boost::async(boost::launch::deferred, &p1); in main()
101 boost::future<int> f1 = boost::async(boost::launch::deferred, &p1); in main()
122 boost::future<int> f2 = boost::async(boost::launch::deferred, p1).then(&p2); in main()
127 boost::future<int> f1 = boost::async(boost::launch::deferred, p1); in main()
134 boost::future<int> f1 = boost::async(boost::launch::deferred, p1); in main()
140 boost::future<int> f2 = boost::async(boost::launch::deferred, p1).then(&p2).then(&p2); in main()
/third_party/gstreamer/gstplugins_bad/gst/gdp/
DREADME5 gst-launch-1.0 -v audiotestsrc ! gdppay version=0.2 ! tcpserversink
7 gst-launch-1.0 -v tcpclientsrc protocol=gdp ! alsasink sync=FALSE
11 gst-launch-1.0 -v audiotestsrc ! audioconvert ! vorbisenc ! gdppay version=0.2 ! tcpserversink
13 gst-launch-1.0 -v tcpclientsrc protocol=gdp ! vorbisdec ! audioconvert ! alsasink sync=FALSE
17 …gst-launch-1.0 -v audiotestsrc ! audioconvert ! vorbisenc ! oggmux ! gdppay version=0.2 ! tcpserve…
19 …gst-launch-1.0 -v tcpclientsrc protocol=gdp ! oggdemux ! vorbisdec ! audioconvert ! alsasink sync=…
/third_party/boost/libs/thread/example/
Dfuture_when_all.cpp108 boost::future<int> f1 = boost::async(boost::launch::async, &p1); in main()
117 boost::future<int> f1 = boost::async(boost::launch::deferred, &p1); in main()
136 boost::future<int> f1 = boost::async(boost::launch::async, &p1); in main()
137 boost::future<int> f2 = boost::async(boost::launch::async, &p1b); in main()
148 boost::future<int> f1 = boost::async(boost::launch::async, &p1); in main()
162 v.push_back(boost::async(boost::launch::async, &p1)); in main()
164 v.push_back(boost::async(boost::launch::async, &p1b)); in main()
198 boost::future<int> f1 = boost::async(boost::launch::async, &p1); in main()
207 boost::future<int> f1 = boost::async(boost::launch::deferred, &p1); in main()
216 boost::future<int> f1 = boost::async(boost::launch::async, &p1); in main()
[all …]
/third_party/boost/libs/fiber/examples/
Dpriority.cpp222 boost::fibers::fiber launch( Fn && func, std::string const& name, int priority) { in launch() function
294 boost::fibers::fiber low( launch( yield_fn, "low", 1) ); in main()
295 boost::fibers::fiber med( launch( yield_fn, "medium", 2) ); in main()
296 boost::fibers::fiber hi( launch( yield_fn, "high", 3) ); in main()
308 boost::fibers::fiber a( launch( yield_fn, "a", 0) ); in main()
309 boost::fibers::fiber b( launch( yield_fn, "b", 0) ); in main()
310 boost::fibers::fiber c( launch( yield_fn, "c", 0) ); in main()
323 boost::fibers::fiber low( launch( [&barrier](){ barrier_fn( barrier); }, "low", 1) ); in main()
324 boost::fibers::fiber med( launch( [&barrier](){ barrier_fn( barrier); }, "medium", 2) ); in main()
325 boost::fibers::fiber hi( launch( [&barrier](){ barrier_fn( barrier); }, "high", 3) ); in main()
[all …]
/third_party/gstreamer/gstreamer/docs/random/company/
Dgstparse6 language is for example by the gst-launch command-line utility or in the GConf
10 The following examples will show commands for gst-launch. Please note that some
12 gst-launch command.
27 example:#> gst-launch filesrc identity
36 example:#> gst-launch filesrc name=source location="music.mp3"
57 example:#> gst-launch \( { fakesrc pipeline . \( fakesink \) } \)
71 example:#> gst-launch fakesrc ! fakesink
77 example:#> gst-launch fakesrc .src ! fakesink
78 example:#> gst-launch fakesrc ! .sink fakesink
79 example:#> gst-launch fakesrc .src ! .sink fakesink
[all …]
/third_party/boost/boost/fiber/
Dfiber.hpp58 typename = detail::disable_overload< launch, Fn >,
66 fiber{ launch::post, in fiber()
76 fiber( launch policy, Fn && fn, Arg && ... arg) : in fiber()
78 fiber( launch policy, Fn && fn, Arg ... arg) : in fiber()
94 fiber{ launch::post, in fiber()
104 … fiber( launch policy, std::allocator_arg_t, StackAllocator && salloc, Fn && fn, Arg && ... arg) : in fiber()
106 fiber( launch policy, std::allocator_arg_t, StackAllocator && salloc, Fn && fn, Arg ... arg) : in fiber()
/third_party/boost/libs/thread/test/sync/futures/async/
Dasync_pass.cpp185 boost::async(boost::launch::async, f0); in main()
200 boost::async(boost::launch::deferred, f0); in main()
264 boost::future<int> f = boost::async(boost::launch::async, f0); in main()
288 boost::future<long> f = boost::async(boost::launch::async, A(3)); in main()
313 boost::future<long> f = boost::async(boost::launch::deferred, A(3)); in main()
340 boost::future<long> f = boost::async(boost::launch::async, &A::doit, &a); in main()
365 boost::future<long> f = boost::async(boost::launch::deferred, &A::doit, &a); in main()
390 … boost::future<int> f = boost::async(boost::launch::async, BOOST_THREAD_MAKE_RV_REF(MoveOnly())); in main()
414 …boost::future<int> f = boost::async(boost::launch::deferred, BOOST_THREAD_MAKE_RV_REF(MoveOnly())); in main()
438 boost::future<int> f = boost::async(boost::launch::any, f0); in main()
[all …]
/third_party/gstreamer/gstplugins_base/gst/videoscale/
DREADME2 gst-launch -v videotestsrc ! video/x-raw,width=320,height=240,format=UYVY ! videoscale ! video/x-ra…
3 gst-launch -v videotestsrc ! video/x-raw,width=320,height=240,format=UYVY ! videoscale ! video/x-ra…
4 gst-launch -v videotestsrc ! video/x-raw,width=320,height=240,format=UYVY ! videoscale ! video/x-ra…
5 gst-launch -v videotestsrc ! video/x-raw,width=320,height=240,format=UYVY ! videoscale ! video/x-ra…
/third_party/gstreamer/gstplugins_bad/gst/audiovisualizers/
DREADME89 GST_PLUGIN_PATH=$GST_PLUGIN_PATH:$PWD gst-launch audiotestsrc ! audioconvert ! wavescope ! colorspa…
90 GST_PLUGIN_PATH=$GST_PLUGIN_PATH:$PWD gst-launch filesrc location=$HOME/Music/1.mp3 ! decodebin2 ! …
91 GST_PLUGIN_PATH=$GST_PLUGIN_PATH:$PWD gst-launch filesrc location=$HOME/Music/1.mp3 ! decodebin2 ! …
93 GST_PLUGIN_PATH=$GST_PLUGIN_PATH:$PWD gst-launch filesrc location=$HOME/Music/1.mp3 ! decodebin2 ! …
94 GST_PLUGIN_PATH=$GST_PLUGIN_PATH:$PWD gst-launch filesrc location=$HOME/Music/1.mp3 ! decodebin2 ! …
96 GST_PLUGIN_PATH=$GST_PLUGIN_PATH:$PWD gst-launch filesrc location=$HOME/Music/1.mp3 ! decodebin2 ! …
97 GST_PLUGIN_PATH=$GST_PLUGIN_PATH:$PWD gst-launch filesrc location=$HOME/Music/1.mp3 ! decodebin2 ! …
99 GST_PLUGIN_PATH=$GST_PLUGIN_PATH:$PWD gst-launch filesrc location=$HOME/Music/1.mp3 ! decodebin2 ! …
102 gst-launch-1.0 audiotestsrc ! audioconvert ! wavescope ! videoconvert ! ximagesink
104 gst-launch-1.0 filesrc location=$HOME/Music/1.mp3 ! decodebin ! audioconvert ! spectrascope ! video…
[all …]
/third_party/gstreamer/gstplugins_base/gst/tcp/
DREADME17 client: gst-launch tcpclientsrc protocol=none port=3000 ! fdsink fd=2
21 client: gst-launch fdsrc fd=1 ! tcpclientsink protocol=none port=3000
24 * server: gst-launch tcpserversrc protocol=none port=3000 ! fdsink fd=2
25 client: gst-launch fdsrc fd=1 ! tcpclientsink protocol=none port=3000
27 * server: gst-launch fdsrc fd=1 ! tcpserversink protocol=none port=3000
28 client: gst-launch tcpclientsrc protocol=none port=3000 ! fdsink fd=2

12345678910>>...19