Searched refs:VKI_O_NONBLOCK (Results 1 – 15 of 15) sorted by relevance
227 #define VKI_O_NONBLOCK 04000 macro
254 #define VKI_O_NONBLOCK 04000 macro
324 #define VKI_O_NONBLOCK 00004000 macro
373 #define VKI_O_NONBLOCK 04000 macro
318 #define VKI_O_NONBLOCK 04000 macro
289 #define VKI_O_NONBLOCK 04000 macro
251 #define VKI_O_NONBLOCK 04000 macro
323 #define VKI_O_NONBLOCK 0x0080 macro
328 #define VKI_O_NONBLOCK 0x0080 macro
267 #define VKI_O_NONBLOCK O_NONBLOCK macro
480 #define VKI_O_NONBLOCK O_NONBLOCK macro
291 remote_desc = open_fifo ("read", from_gdb, VKI_O_RDONLY|VKI_O_NONBLOCK); in setup_remote_desc_for_reading()293 VG_(fcntl) (remote_desc, VKI_F_SETFL, save_fcntl_flags & ~VKI_O_NONBLOCK); in setup_remote_desc_for_reading()
147 res = VG_(fcntl)(sd, VKI_F_SETFL, res & ~VKI_O_NONBLOCK); in set_blocking()
475 #define VKI_O_NONBLOCK 04000