Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dselectndk.cpp44 fd_set rfds; in Select() local
46 FD_ZERO(&rfds); in Select()
47 FD_SET(PARAM_0, &rfds); in Select()
58 int retval = select(ONEVAL, &rfds, nullptr, nullptr, &tv); in Select()

Completed in 1 milliseconds