Home
last modified time | relevance | path

Searched refs:_PC_ASYNC_IO (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/src/conf/
Dfpathconf.c18 [_PC_ASYNC_IO] = -1, in fpathconf()
/third_party/musl/porting/uniproton/kernel/include/
Dunistd.h264 #define _PC_ASYNC_IO 10 macro
/third_party/musl/porting/liteos_m/user/include/
Dunistd.h292 #define _PC_ASYNC_IO 10 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dunistd.h264 #define _PC_ASYNC_IO 10 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dunistd.h268 #define _PC_ASYNC_IO 10 macro
/third_party/musl/porting/liteos_a/user/include/
Dunistd.h292 #define _PC_ASYNC_IO 10 macro
/third_party/musl/porting/linux/user/include/
Dunistd.h269 #define _PC_ASYNC_IO 10 macro
/third_party/musl/ndk_musl_include/
Dunistd.h255 #define _PC_ASYNC_IO 10 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dunistd.h264 #define _PC_ASYNC_IO 10 macro
/third_party/musl/include/
Dunistd.h268 #define _PC_ASYNC_IO 10 macro
/third_party/musl/libc-test/src/api/
Dunistd.c100 C(_PC_ASYNC_IO) in f()
/third_party/python/Modules/
Dposixmodule.c11466 #ifdef _PC_ASYNC_IO
11467 {"PC_ASYNC_IO", _PC_ASYNC_IO},