Home
last modified time | relevance | path

Searched refs:receive (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/ets_utils/js_sys_module/process/
H A Djs_process.cpp106 auto receive = static_cast<uint32_t>(*iter); in GetGroups() local
107 array.push_back(receive); in GetGroups()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
H A Dudp.rs254 /// When the remote cannot receive the message, an
282 /// scheduled to receive a wakeup
351 /// Attempts to receive a single datagram message on the socket.
402 /// sock.peek_from(&mut buf).await.expect("Didn't receive data");
429 /// sock.try_peek_from(&mut buf).expect("Didn't receive data");
537 /// Attempts to receive a single datagram on the socket.
540 /// scheduled to receive a wakeup.
973 /// When the remote cannot receive the message, an
1007 /// recent call will be scheduled to receive a wakeup.
1083 /// Attempts to receive
[all...]

Completed in 3 milliseconds