Home
last modified time | relevance | path

Searched defs:CoroutineImpl (Results 1 – 25 of 26) sorted by relevance

12

/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/may-0.3.17/src/
H A Dpool.rs33 pub fn get(&self) -> CoroutineImpl { in get()
42 pub fn put(&self, co: CoroutineImpl) { in put()
H A Dcoroutine_impl.rs33 pub fn subscribe(self, c: CoroutineImpl) { in subscribe()
41 fn subscribe(&mut self, _c: CoroutineImpl); in subscribe()
56 fn drop_coroutine(co: CoroutineImpl) { in drop_coroutine()
84 fn subscribe(&mut self, co: CoroutineImpl) { in subscribe()
91 pub type CoroutineImpl = Generator<'static, EventResult, EventSubscriber>; typedef
244 fn spawn_impl<F, T>(self, f: F) -> io::Result<(CoroutineImpl, JoinHandle<T>)> in spawn_impl()
498 pub(crate) fn run_coroutine(mut co: CoroutineImpl) { in run_coroutine()
H A Dpark.rs66 handle: Option<TimeoutHandle<Arc<AtomicOption<CoroutineImpl>>>>, in set_timeout_handle()
67 ) -> Option<TimeoutHandle<Arc<AtomicOption<CoroutineImpl>>>> { in set_timeout_handle()
237 fn subscribe(&mut self, co: CoroutineImpl) { in subscribe()
H A Dscheduler.rs238 pub fn schedule(&self, co: CoroutineImpl) { in schedule()
253 pub fn schedule_global(&self, co: CoroutineImpl) { in schedule_global()
263 co: Arc<AtomicOption<CoroutineImpl>>, in add_timer()
H A Dcancel.rs126 pub fn set_co(&self, co: Arc<AtomicOption<CoroutineImpl>>) { in set_co()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/GlobalISel/
H A Dx86-legalize-GV.mir12 name: test_global_ptrv
13 # CHECK-LABEL: name: test_global_ptrv
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/may-0.3.17/src/io/sys/unix/net/
H A Dtcp_listener_accpet.rs59 fn subscribe(&mut self, co: CoroutineImpl) { in subscribe()
H A Dsocket_write.rs57 fn subscribe(&mut self, co: CoroutineImpl) { in subscribe()
H A Dunix_listener_accpet.rs59 fn subscribe(&mut self, co: CoroutineImpl) { in subscribe()
H A Dsocket_read.rs58 fn subscribe(&mut self, co: CoroutineImpl) { in subscribe()
H A Dudp_recv_from.rs62 fn subscribe(&mut self, co: CoroutineImpl) { in subscribe()
H A Dsocket_write_vectored.rs66 fn subscribe(&mut self, co: CoroutineImpl) { in subscribe()
H A Dudp_send_to.rs64 fn subscribe(&mut self, co: CoroutineImpl) { in subscribe()
H A Dunix_recv_from.rs62 fn subscribe(&mut self, co: CoroutineImpl) { in subscribe()
H A Dunix_send_to.rs64 fn subscribe(&mut self, co: CoroutineImpl) { in subscribe()
H A Dunix_stream_connect.rs89 fn subscribe(&mut self, co: CoroutineImpl) { in subscribe()
H A Dtcp_stream_connect.rs105 fn subscribe(&mut self, co: CoroutineImpl) { in subscribe()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A DAtomics-64.ll36 %18 = atomicrmw sub i8* @sc, i8 1 monotonic
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/may-0.3.17/src/io/sys/windows/pipe/
H A Dpipe_write.rs35 fn subscribe(&mut self, co: CoroutineImpl) { in subscribe()
H A Dpipe_read.rs43 fn subscribe(&mut self, co: CoroutineImpl) { in subscribe()
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/may-0.3.17/src/io/sys/unix/
H A Dwait_io.rs22 fn subscribe(&mut self, co: CoroutineImpl) { in subscribe()
/dports/databases/postgresql12-docs/postgresql-12.9/src/pl/plpgsql/src/sql/
H A Dplpgsql_control.sql39 -- BY can't be zero or negative
40 do $$
41 begin
42 for i in 1..3 by 0 loop
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/may-0.3.17/src/io/sys/windows/net/
H A Dudp_recv_from.rs46 fn subscribe(&mut self, co: CoroutineImpl) { in subscribe()
H A Dtcp_listener_accpet.rs63 fn subscribe(&mut self, co: CoroutineImpl) { in subscribe()
H A Dtcp_stream_connect.rs83 fn subscribe(&mut self, co: CoroutineImpl) { in subscribe()

12