Home
last modified time | relevance | path

Searched refs:EPOLLWRNORM (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/sys/
Depoll.h26 #define EPOLLWRNORM 0x100 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Depoll.h26 #define EPOLLWRNORM 0x100 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Depoll.h26 #define EPOLLWRNORM 0x100 macro
/third_party/musl/ndk_musl_include/sys/
Depoll.h26 #define EPOLLWRNORM 0x100 macro
/third_party/musl/include/sys/
Depoll.h26 #define EPOLLWRNORM 0x100 macro
/third_party/python/Modules/
Dselectmodule.c2517 #ifdef EPOLLWRNORM
2518 PyModule_AddIntMacro(m, EPOLLWRNORM);
/third_party/python/Doc/library/
Dselect.rst313 | :const:`EPOLLWRNORM` | Equivalent to :const:`EPOLLOUT` |