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 D | fcntl.h | 6 #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 D | eventfd.h | 15 #define EFD_NONBLOCK O_NONBLOCK
|
H A D | timerfd.h | 11 #define TFD_NONBLOCK O_NONBLOCK
|
H A D | signalfd.h | 16 #define SFD_NONBLOCK O_NONBLOCK
|
H A D | epoll.h | 17 #define EPOLL_NONBLOCK O_NONBLOCK
|
H A D | inotify.h | 18 #define IN_NONBLOCK O_NONBLOCK
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_net_api.h | 222 #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 D | sockets.h | 606 #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 D | fcntl.h | 101 * <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 D | drm_lease.c | 520 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 D | drm_file.c | 623 if (filp->f_flags & O_NONBLOCK) { in drm_read()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_kinstr_jm.c | 558 * * -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 D | mali_kbase_core_linux.c | 2041 if (filp->f_flags & O_NONBLOCK) { in kbase_read()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_kinstr_jm.c | 562 * * -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 D | mali_kbase_core_linux.c | 2071 if (filp->f_flags & O_NONBLOCK) in kbase_read()
|
/device/soc/rockchip/common/sdk_linux/net/bluetooth/ |
H A D | sco.c | 614 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 D | l2cap_sock.c | 279 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 D | dma-buf.c | 561 file->f_flags = flags & (O_ACCMODE | O_NONBLOCK); in dma_buf_getfile()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_core_linux.c | 1845 if (filp->f_flags & O_NONBLOCK) {
in kbase_read()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_core_linux.c | 1955 if (filp->f_flags & O_NONBLOCK) in kbase_read()
|
Completed in 38 milliseconds