| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/ |
| D | mod.rs | 104 pub async fn recv(&mut self) { in recv() method
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/tests/ |
| D | timer_test.rs | 29 let recv = RECV_SIZE; in download() localVariable
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/unbounded/ |
| D | mod.rs | 319 pub async fn recv(&mut self) -> Result<T, RecvError> { in recv() method
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/bounded/ |
| D | mod.rs | 439 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/rust/ylong_runtime/ylong_io/src/sys/unix/uds/ |
| D | datagram.rs | 184 pub fn recv(&self, buf: &mut [u8]) -> io::Result<usize> { in recv() method
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/util/ |
| D | dispatcher.rs | 522 let recv = crate::runtime::spawn(async move { in launch() localVariable 524 let mut recv = RecvData::new(decoder, recv_settings_sync, read, resp_tx); in launch() localVariable 728 pub(crate) async fn recv(&mut self) -> Result<Frame, HttpClientError> { in recv() method
|
| /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 | 574 pub fn recv(&self, buf: &mut [u8]) -> io::Result<usize> { in recv() method
|
| /commonlibrary/ets_utils/js_concurrent_module/worker/ |
| D | worker.cpp | 834 void CallWorkCallback(napi_env env, napi_value recv, size_t argc, const napi_value* argv, const cha… in CallWorkCallback() 2253 bool Worker::HandleEventListeners(napi_env env, napi_value recv, size_t argc, const napi_value* arg… in HandleEventListeners() 2588 void Worker::ParentPortHandleEventListeners(napi_env env, napi_value recv, size_t argc, in ParentPortHandleEventListeners()
|
| /commonlibrary/ets_utils/js_concurrent_module/test/ |
| D | test_concurrent.cpp | 775 napi_value recv = nullptr; variable
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/ |
| D | udp.rs | 1077 pub async fn recv(&self, buf: &mut [u8]) -> io::Result<usize> { in recv() method
|
| /commonlibrary/ets_utils/js_concurrent_module/worker/test/ |
| D | test_worker.cpp | 989 napi_value recv = NapiHelper::CreateObject(env); in ParentPortHandleEventListeners() local
|