Home
last modified time | relevance | path

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

/third_party/libuv/src/unix/
H A Dlinux.c224 struct uv__io_uring_sqe { struct
250 STATIC_ASSERT(64 == sizeof(struct uv__io_uring_sqe));
251 STATIC_ASSERT(0 == offsetof(struct uv__io_uring_sqe, opcode));
252 STATIC_ASSERT(1 == offsetof(struct uv__io_uring_sqe, flags));
253 STATIC_ASSERT(2 == offsetof(struct uv__io_uring_sqe, ioprio));
254 STATIC_ASSERT(4 == offsetof(struct uv__io_uring_sqe, fd));
255 STATIC_ASSERT(8 == offsetof(struct uv__io_uring_sqe, off));
256 STATIC_ASSERT(16 == offsetof(struct uv__io_uring_sqe, addr));
257 STATIC_ASSERT(24 == offsetof(struct uv__io_uring_sqe, len));
258 STATIC_ASSERT(28 == offsetof(struct uv__io_uring_sqe, rw_flag
[all...]

Completed in 2 milliseconds