Home
last modified time | relevance | path

Searched refs:PollFd (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-0.14.4/include/nn/socket/
Dsocket_User.h105 …nn::Result Poll( s32* rval, const nn::socket::PollFd fds_in[], nn::socket::PollFd fds_out[], u32 n…
Dsocket_IpcWrapper.h51 Result Poll( s32* rval, PollFd fds[], u32 nfds, s32 timeout );
Dsocket_User.autogen.h494 struct PollFd struct
Dsocket_Berkeley.h543 inline s32 Poll( PollFd fds[], u32 nfds, s32 timeout ) in Poll()