Home
last modified time | relevance | path

Searched refs:NativeAddReadWakerForFileDescriptor (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_async2_epoll/public_overrides/pw_async2/
Ddispatcher_native.h43 void NativeAddReadWakerForFileDescriptor(int fd, Waker&& waker) { in NativeAddReadWakerForFileDescriptor() function
/external/pigweed/pw_channel/
Depoll_channel.cc81 cx.dispatcher().NativeAddReadWakerForFileDescriptor(channel_fd_, in DoPendRead()