Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_epoll.h29 #ifndef EPOLLOUT
30 #define EPOLLOUT 0x00000004U macro
/foundation/communication/netstack/utils/http_over_curl/src/
H A Depoll_multi_driver.cpp183 ((action & CURL_POLL_OUT) ? EPOLLOUT : (EPOLLOUT & ~EPOLLOUT)); in CurlPollToEpoll()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_epoll.c510 if (((events & EPOLLOUT) == EPOLLOUT) && (task->writeHandle != NULL)) { in EpollTaskEventHandle()
549 if ((events & (EPOLLIN | EPOLLOUT)) == 0) { in EpollFdEventAdd()
556 if ((events & EPOLLOUT) == EPOLLOUT) { in EpollFdEventAdd()
665 if ((events & (EPOLLIN | EPOLLOUT)) == 0) {
674 if ((events & EPOLLOUT) == EPOLLOUT) {
750 events |= EPOLLOUT;
/foundation/communication/wifi/wifi/base/cRPC/src/
H A Devloop.c125 pollEvent.events |= EPOLLOUT; in AddFdEvent()
161 pollEvent.events |= EPOLLOUT; in DelFdEvent()
H A Dserver.c144 if (e->events & EPOLLOUT) { in CheckEventMask()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_listener.cpp96 event.events = EPOLLRDHUP | EPOLLERR | EPOLLIN | EPOLLOUT | EPOLLONESHOT; in AddSocket()
137 if (events[i].events & EPOLLOUT) { in OnListenEvents()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_loop_epoll.cpp178 epollEvents |= EPOLLOUT; in CalEpollEvents()
192 if ((epollEvents & EPOLLOUT) != 0) { // LCOV_EXCL_BR_LINE in CalEventsMask()
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
H A Dreactor_linux.c161 if ((events[i].events & EPOLLOUT) && (item->onWriteReady != NULL) && (!reactor->itemRemoved)) { in ReactorStart()
205 event.events |= EPOLLOUT; in ReactorRegister()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_epoll.c101 if (events[i].events & EPOLLOUT) { in EpollLoop()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_app.c260 events = events | EPOLLOUT; in GetTimeout()
352 if (taskListInfo->eventList[i] & EPOLLOUT) { in CoapSelectWait()
/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillptypes.h217 #define SPUNGE_EPOLLOUT EPOLLOUT /* The associated file is available for write(2) operations. */

Completed in 14 milliseconds