Searched defs:recv (Results 1 – 9 of 9) sorted by relevance
| /commonlibrary/rust/ylong_runtime/ylong_runtime/tests/ |
| D | timer_test.rs | 26 let recv = RECV_SIZE; in download() localVariable
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/unbounded/ |
| D | mod.rs | 320 pub async fn recv(&mut self) -> Result<T, RecvError> { in recv() method
|
| /commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/ |
| D | datagram.rs | 196 pub fn recv(&self, buf: &mut [u8]) -> io::Result<usize> { in recv() method
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/bounded/ |
| D | mod.rs | 440 pub async fn recv(&mut self) -> Result<T, RecvError> { in recv() method
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/ |
| D | datagram.rs | 369 pub async fn recv(&self, buf: &mut [u8]) -> Result<usize> { in recv() method
|
| /commonlibrary/ets_utils/js_concurrent_module/worker/ |
| D | worker.cpp | 627 void CallWorkCallback(napi_env env, napi_value recv, size_t argc, const napi_value* argv, const cha… in CallWorkCallback() 1807 bool Worker::HandleEventListeners(napi_env env, napi_value recv, size_t argc, const napi_value* arg… in HandleEventListeners() 2137 void Worker::ParentPortHandleEventListeners(napi_env env, napi_value recv, size_t argc, in ParentPortHandleEventListeners()
|
| /commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/ |
| D | udp_socket.rs | 456 pub fn recv(&self, buf: &mut [u8]) -> io::Result<usize> { in recv() method
|
| /commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/udp/ |
| D | udp_socket.rs | 577 pub fn recv(&self, buf: &mut [u8]) -> io::Result<usize> { in recv() method
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/ |
| D | udp.rs | 1081 pub async fn recv(&self, buf: &mut [u8]) -> io::Result<usize> { in recv() method
|