Searched refs:RWF_NOWAIT (Results 1 – 4 of 4) sorted by relevance
/third_party/ltp/include/lapi/ |
D | preadv2.h | 13 #ifndef RWF_NOWAIT 14 # define RWF_NOWAIT 0x00000008 macro
|
/third_party/ltp/testcases/kernel/syscalls/preadv2/ |
D | preadv203.c | 118 TEST(preadv2(fd, rd_iovec, 2, off, RWF_NOWAIT)); in nowait_reader() 235 TEST(preadv2(fd, iovec, 1, 0, RWF_NOWAIT)); in check_preadv2_nowait()
|
/third_party/python/Modules/ |
D | posixmodule.c | 15242 #ifdef RWF_NOWAIT in all_ins() 15243 if (PyModule_AddIntConstant(m, "RWF_NOWAIT", RWF_NOWAIT)) return -1; in all_ins()
|
/third_party/python/Doc/library/ |
D | os.rst | 1228 - :data:`RWF_NOWAIT` 1245 .. data:: RWF_NOWAIT
|