Home
last modified time | relevance | path

Searched defs:Sender (Results 1 – 25 of 42) sorted by relevance

12

/external/rust/crates/mio/src/sys/unix/
Dpipe.rs210 pub struct Sender { struct
214 impl Sender { impl
221 impl event::Source for Sender { implementation
245 impl Write for Sender { implementation
259 impl Write for &Sender { implementation
276 impl From<ChildStdin> for Sender { implementation
277 fn from(stdin: ChildStdin) -> Sender { in from()
283 impl FromRawFd for Sender { implementation
284 unsafe fn from_raw_fd(fd: RawFd) -> Sender { in from_raw_fd()
291 impl AsRawFd for Sender { implementation
[all …]
/external/rust/crates/tokio/src/runtime/tests/
Dloom_oneshot.rs19 pub(crate) struct Sender<T> { struct
32 impl<T> Sender<T> { impl
/external/rust/crates/crossbeam-channel/src/
Dcounter.rs37 pub struct Sender<C> { struct
41 impl<C> Sender<C> { impl
77 impl<C> ops::Deref for Sender<C> { implementation
85 impl<C> PartialEq for Sender<C> { implementation
Dchannel.rs346 pub struct Sender<T> { struct
347 flavor: SenderFlavor<T>, argument
362 unsafe impl<T: Send> Send for Sender<T> {} implementation
363 unsafe impl<T: Send> Sync for Sender<T> {} implementation
365 impl<T> UnwindSafe for Sender<T> {} implementation
366 impl<T> RefUnwindSafe for Sender<T> {} implementation
368 impl<T> Sender<T> { implementation
643 impl<T> Drop for Sender<T> { implementation
655 impl<T> Clone for Sender<T> { implementation
667 impl<T> fmt::Debug for Sender<T> { implementation
[all …]
/external/rust/crates/async-stream/src/
Dyielder.rs9 pub struct Sender<T> { struct
23 pub fn pair<T>() -> (Sender<T>, Receiver<T>) { in pair() argument
36 impl<T: Unpin> Sender<T> { impl
/external/rust/crates/tokio/src/sync/mpsc/
Dbounded.rs21 pub struct Sender<T> { struct
27 /// `Permit` values are returned by [`Sender::reserve()`] and [`Sender::try_reserve()`] argument
297 impl<T> Sender<T> { impl
737 impl<T> Clone for Sender<T> { implementation
745 impl<T> fmt::Debug for Sender<T> { implementation
/external/rust/crates/tokio/src/runtime/blocking/
Dshutdown.rs12 pub(super) struct Sender { struct
13 tx: Arc<oneshot::Sender<()>>, argument
/external/rust/crates/futures-channel/src/
Doneshot.rs28 pub struct Sender<T> { struct
34 impl<T> Unpin for Sender<T> {} implementation
335 impl<T> Sender<T> { impl
391 impl<T> Drop for Sender<T> { implementation
/external/rust/crates/tokio/src/sync/
Dbroadcast.rs157 pub struct Sender<T> { struct
158 shared: Arc<Shared<T>>,
468 unsafe impl<T: Send> Send for Sender<T> {} implementation
469 unsafe impl<T: Send> Sync for Sender<T> {} implementation
474 impl<T> Sender<T> { implementation
676 impl<T> Clone for Sender<T> { implementation
685 impl<T> Drop for Sender<T> { implementation
1040 impl<T> fmt::Debug for Sender<T> { implementation
Dwatch.rs84 pub struct Sender<T> { struct
85 shared: Arc<Shared<T>>,
323 impl<T> Sender<T> { impl
422 impl<T> Drop for Sender<T> { implementation
Doneshot.rs72 pub struct Sender<T> { struct
76 /// Receive a value from the associated [`Sender`]. argument
269 impl<T> Sender<T> { implementation
522 impl<T> Drop for Sender<T> { implementation
/external/webrtc/rtc_base/
Dvirtual_socket_unittest.cc56 struct Sender : public MessageHandler { struct
57 Sender(Thread* th, AsyncSocket* s, uint32_t rt) in Sender() argument
67 uint32_t NextDelay() { in NextDelay()
72 void OnMessage(Message* pmsg) override { in OnMessage()
92 Thread* thread;
93 std::unique_ptr<AsyncUDPSocket> socket;
94 rtc::PacketOptions options;
95 bool done;
96 uint32_t rate; // bytes per second
97 uint32_t count;
[all …]
/external/llvm-project/clang/test/CodeGenCXX/
Dpr24097.cpp6 struct Sender { struct
/external/clang/test/CodeGenCXX/
Dpr24097.cpp6 struct Sender { struct
/external/libchrome/ipc/
Dipc_test_channel_listener.h14 class Sender; variable
Dipc_logging.h33 class Sender; variable
/external/rust/crates/tokio/tests/
Dsync_oneshot.rs13 impl AssertSend for oneshot::Sender<i32> {} implementation
19 impl<T> SenderExt for oneshot::Sender<T> { implementation
/external/llvm-project/clang/test/CodeGen/
Davailable-externally-hidden.cpp12 class Sender { class
/external/clang/test/CodeGen/
Davailable-externally-hidden.cpp12 class Sender { class
/external/libchromeos-rs/src/sync/
Dcv.rs620 async fn wait(mu: Arc<Mutex<()>>, cv: Arc<Condvar>, tx: Sender<()>, pool: ThreadPool) { in notify_one_multi_thread_async()
667 async fn increment(mu: Arc<Mutex<usize>>, cv: Arc<Condvar>, done: Sender<()>) { in notify_one_with_cancel()
681 done: Sender<()>, in notify_one_with_cancel()
698 done: Sender<()>, in notify_one_with_cancel()
769 async fn increment(mu: Arc<Mutex<usize>>, cv: Arc<Condvar>, done: Sender<()>) { in notify_all_with_cancel()
783 done: Sender<()>, in notify_all_with_cancel()
925 tx: Sender<()>, in notify_all_multi_thread_async()
/external/crosvm/cros_async/src/sync/
Dcv.rs584 async fn wait(mu: Arc<Mutex<()>>, cv: Arc<Condvar>, tx: Sender<()>, pool: ThreadPool) { in notify_one_multi_thread_async()
631 async fn increment(mu: Arc<Mutex<usize>>, cv: Arc<Condvar>, done: Sender<()>) { in notify_one_with_cancel()
645 done: Sender<()>, in notify_one_with_cancel()
662 done: Sender<()>, in notify_one_with_cancel()
733 async fn increment(mu: Arc<Mutex<usize>>, cv: Arc<Condvar>, done: Sender<()>) { in notify_all_with_cancel()
747 done: Sender<()>, in notify_all_with_cancel()
889 tx: Sender<()>, in notify_all_multi_thread_async()
/external/openscreen/cast/streaming/
Dsender_session.h32 class Sender; variable
/external/rust/crates/crossbeam-channel/tests/
Dselect_macro.rs1147 struct Sender<T>(cc::Sender<T>); in deref() struct
1158 impl<T> Deref for Sender<T> { in deref() implementation
Dmpsc.rs30 pub struct Sender<T> { struct
31 pub inner: cc::Sender<T>, argument
34 impl<T> Sender<T> { impl
40 impl<T> Clone for Sender<T> { implementation
/external/webrtc/modules/audio_coding/test/
DEncodeDecodeTest.cc49 Sender::Sender() in Sender() function in webrtc::Sender

12