Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/kernel/include/sys/
Depoll.h28 #define EPOLLMSG 0x400 macro
/third_party/musl/include/sys/
Depoll.h28 #define EPOLLMSG 0x400 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Depoll.h28 #define EPOLLMSG 0x400 macro
/third_party/musl/ndk_musl_include/sys/
Depoll.h28 #define EPOLLMSG 0x400 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Depoll.h28 #define EPOLLMSG 0x400 macro
/third_party/python/Modules/
Dselectmodule.c2523 #ifdef EPOLLMSG
2524 PyModule_AddIntMacro(m, EPOLLMSG);
/third_party/python/Doc/library/
Dselect.rst317 | :const:`EPOLLMSG` | Ignored. |