Home
last modified time | relevance | path

Searched defs:queue_recv (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/test/
Dmock_socket.py49 def queue_recv(self, line): member in MockSocket
/third_party/liburing/test/
Daccept.c77 static void queue_recv(struct io_uring *ring, int fd, bool fixed) in queue_recv() function