Home
last modified time | relevance | path

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

/third_party/grpc/src/python/grpcio_tests/tests/health_check/
D_health_servicer_test.py75 rendezvous = self._stub.Watch(request)
77 args=(rendezvous, response_queue))
84 rendezvous.cancel()
94 rendezvous = self._stub.Watch(request)
96 args=(rendezvous, response_queue))
115 rendezvous.cancel()
122 rendezvous = self._stub.Watch(request)
124 args=(rendezvous, response_queue))
136 rendezvous.cancel()
184 rendezvous = self._stub.Watch(request)
[all …]
/third_party/boost/boost/fiber/cuda/
Dwaitfor.hpp122 detail::single_stream_rendezvous rendezvous( st); in waitfor_all() local
123 return rendezvous.wait(); in waitfor_all()
129 detail::many_streams_rendezvous rendezvous{ st0, stx ... }; in waitfor_all() local
130 return rendezvous.wait(); in waitfor_all()
/third_party/boost/boost/fiber/hip/
Dwaitfor.hpp122 detail::single_stream_rendezvous rendezvous( st); in waitfor_all() local
123 return rendezvous.wait(); in waitfor_all()
129 detail::many_streams_rendezvous rendezvous{ st0, stx ... }; in waitfor_all() local
130 return rendezvous.wait(); in waitfor_all()
/third_party/grpc/src/python/grpcio/grpc/
D_channel.py821 rendezvous = _MultiThreadedRendezvous(state, call, None, deadline)
822 return state.response, rendezvous
875 deadline, serialized_request, rendezvous = _start_unary_request(
882 return None, None, None, rendezvous
898 state, operations, deadline, rendezvous = self._prepare(
901 raise rendezvous # pylint: disable-msg=raising-bad-type
943 state, operations, deadline, rendezvous = self._prepare(
946 raise rendezvous # pylint: disable-msg=raising-bad-type
1029 deadline, serialized_request, rendezvous = _start_unary_request(
1034 raise rendezvous # pylint: disable-msg=raising-bad-type
/third_party/boost/libs/fiber/doc/
Dfibers.qbk124 [def __rendezvous__ ['rendezvous]]
219 copied. A synchronization object acts as a mutually-agreed rendezvous point
Dunbuffered_channel.qbk16 The unbuffered channel acts as an `rendezvous point`.
/third_party/boost/libs/thread/doc/
Dbarrier.qbk11 A barrier is a simple concept. Also known as a ['rendezvous], it is a synchronization point between…
/third_party/gstreamer/gstplugins_bad/ext/srt/
Dgstsrtobject.c1180 bool rendezvous; in gst_srt_object_connect() local
1214 rendezvous = (connection_mode == GST_SRT_CONNECTION_MODE_RENDEZVOUS); in gst_srt_object_connect()
1215 if (srt_setsockopt (sock, 0, SRTO_RENDEZVOUS, &rendezvous, sizeof rendezvous)) { in gst_srt_object_connect()
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_separate_shader_objects.gl.txt445 GLSL has a "rendezvous by name" model for connecting varying
450 handle this situation by with "rendezvous by API resource" model.
456 support "rendezvous by name" for arbitrary separate shaders
468 mix-and-match shader usage is that "rendezvous by API resource"
/third_party/openGLES/extensions/EXT/
DEXT_separate_shader_objects.gl.txt445 GLSL has a "rendezvous by name" model for connecting varying
450 handle this situation by with "rendezvous by API resource" model.
456 support "rendezvous by name" for arbitrary separate shaders
468 mix-and-match shader usage is that "rendezvous by API resource"
/third_party/ffmpeg/doc/
Dprotocols.texi1362 3 seconds. This option applies to the caller and rendezvous
1364 set for the rendezvous mode (which can be used as a
1411 @item mode=@var{caller|listener|rendezvous}
1415 @option{rendezvous} use Rendez-Vous connection mode.
/third_party/openGLES/extensions/ARB/
DARB_separate_shader_objects.txt1806 GLSL has a "rendezvous by name" model for connecting varying
1811 handle this situation by with "rendezvous by API resource" model.
1817 support "rendezvous by name" for arbitrary separate shaders
1829 mix-and-match shader usage is that "rendezvous by API resource"
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_separate_shader_objects.txt1796 GLSL has a "rendezvous by name" model for connecting varying
1801 handle this situation by with "rendezvous by API resource" model.
1807 support "rendezvous by name" for arbitrary separate shaders
1819 mix-and-match shader usage is that "rendezvous by API resource"
/third_party/pulseaudio/src/modules/rtp/
Drfc2974.txt87 There is no rendezvous mechanism - the SAP announcer is not aware of
/third_party/python/Doc/library/
Dos.rst2124 rendezvous between "client" and "server" type processes: the server opens the
2126 doesn't open the FIFO --- it just creates the rendezvous point.
/third_party/mesa3d/.gitlab-ci/windows/
Dquick_gl.txt2044 spec/arb_separate_shader_objects/rendezvous by location (5 stages): skip
2045 spec/arb_separate_shader_objects/transform feedback with rendezvous by location: skip
/third_party/node/deps/cares/
DCHANGES1365 [tor-rendezvous] or by responding with NXDOMAIN.
/third_party/mesa3d/src/gallium/drivers/softpipe/ci/
Dsoftpipe-quick.txt861 spec/arb_separate_shader_objects/rendezvous by location (5 stages): skip
/third_party/mindspore/tests/ut/data/mindrecord/testAclImdbData/
Dvocab.txt20559 rendezvous
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_path_rendering.txt6911 rendezvous with standard font names. However an implementation of
/third_party/openGLES/extensions/NV/
DNV_path_rendering.txt6911 rendezvous with standard font names. However an implementation of
/third_party/icu/icu4j/perf-tests/data/collation/
Dulyss10.txt25786 shove along. (HE LAUGHS) I've a rendezvous in the morning. Burying the
/third_party/gstreamer/gstplugins_bad/
DChangeLog36731 rendezvous. This exposed a number of deadlocks in adaptivedemux due to