Home
last modified time | relevance | path

Searched refs:O_NONBLOCK (Results 1 - 20 of 20) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/arch/generic/bits/
H A Dfcntl.h6 #define O_NONBLOCK 04000 macro
20 #define O_NDELAY O_NONBLOCK
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/
H A Deventfd.h15 #define EFD_NONBLOCK O_NONBLOCK
H A Dtimerfd.h11 #define TFD_NONBLOCK O_NONBLOCK
H A Dsignalfd.h16 #define SFD_NONBLOCK O_NONBLOCK
H A Depoll.h17 #define EPOLL_NONBLOCK O_NONBLOCK
H A Dinotify.h18 #define IN_NONBLOCK O_NONBLOCK
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_net_api.h222 #ifndef O_NONBLOCK
223 #define O_NONBLOCK 00004000 macro
227 #define O_NDELAY O_NONBLOCK
913 * If O_NONBLOCK is not set and if there is data on the module's write queue,
915 * If the O_NONBLOCK flag is set,close() does not wait for output to drain, and dismantles the STREAM immediately.
916 * CNcomment:如果未设置O_NONBLOCK,并且模块的写入队列中有数据,close()等待未指定的时间,等待任何输出排出,然后再拆卸流.
917 * 如果设置了O_NONBLOCK标志,close()不会等待输出耗尽,并立即取消流CNend
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dsockets.h606 #ifndef O_NONBLOCK
607 #define O_NONBLOCK 4U /* nonblocking I/O */ macro
610 #define O_NDELAY O_NONBLOCK /* same as O_NONBLOCK, for compatibility */
881 * If the listen queue is empty of connection requests and O_NONBLOCK is not set on the file descriptor
883 * If the listen() queue is empty of connection requests and O_NONBLOCK is set on the file descriptor for the socket,
911 * - <b> [EWOULDBLOCK]</b> : \n O_NONBLOCK is set for the socket file descriptor
913 * - <b> [EWOULDBLOCK]</b> : \n O_NONBLOCK is not set but SO_RCVTIMEO is set,
1370 * If O_NONBLOCK is not set and if there is data on the module's write queue, close()
1372 * If the O_NONBLOCK fla
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dfcntl.h101 * <li><b>O_NONBLOCK</b>: When opening a FIFO with O_RDONLY or O_WRONLY set:
102 * If O_NONBLOCK is set, an open() for reading-only shall return without delay.
104 * If O_NONBLOCK is clear, an open() for reading-only shall block the calling thread until a thread opens the file
237 #define FNONBLOCK O_NONBLOCK
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_lease.c520 if (cl->flags && (cl->flags & ~(O_CLOEXEC | O_NONBLOCK))) { in drm_mode_create_lease_ioctl()
544 fd = get_unused_fd_flags(cl->flags & (O_CLOEXEC | O_NONBLOCK)); in drm_mode_create_lease_ioctl()
H A Ddrm_file.c623 if (filp->f_flags & O_NONBLOCK) { in drm_read()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_kinstr_jm.c558 * * -EAGAIN - if the file is set to nonblocking reads with O_NONBLOCK and there
593 if (filp->f_flags & O_NONBLOCK) { in reader_read()
H A Dmali_kbase_core_linux.c2041 if (filp->f_flags & O_NONBLOCK) { in kbase_read()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_kinstr_jm.c562 * * -EAGAIN - if the file is set to nonblocking reads with O_NONBLOCK and there
595 if (filp->f_flags & O_NONBLOCK) { in reader_read()
H A Dmali_kbase_core_linux.c2071 if (filp->f_flags & O_NONBLOCK) in kbase_read()
/device/soc/rockchip/common/sdk_linux/net/bluetooth/
H A Dsco.c614 err = bt_sock_wait_state(sk, BT_CONNECTED, sock_sndtimeo(sk, flags & O_NONBLOCK)); in sco_sock_connect()
670 timeo = sock_rcvtimeo(sk, flags & O_NONBLOCK); in sco_sock_accept()
H A Dl2cap_sock.c279 err = bt_sock_wait_state(sk, BT_CONNECTED, sock_sndtimeo(sk, flags & O_NONBLOCK)); in l2cap_sock_connect()
354 timeo = sock_rcvtimeo(sk, flags & O_NONBLOCK); in l2cap_sock_accept()
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H A Ddma-buf.c561 file->f_flags = flags & (O_ACCMODE | O_NONBLOCK); in dma_buf_getfile()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_core_linux.c1845 if (filp->f_flags & O_NONBLOCK) { in kbase_read()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_core_linux.c1955 if (filp->f_flags & O_NONBLOCK) in kbase_read()

Completed in 39 milliseconds