We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb23916 commit e6c581aCopy full SHA for e6c581a
ext/um/um_sync.c
@@ -7,6 +7,8 @@ struct sync_ctx {
7
uint32_t *futex;
8
};
9
10
+#define FUTEX2_SIZE_U32 0x02
11
+
12
void um_futex_wait(struct um *machine, uint32_t *futex, uint32_t expect) {
13
struct um_op *op = um_op_idle_checkout(machine, OP_SYNCHRONIZE);
14
struct io_uring_sqe *sqe = um_get_sqe(machine, op);
0 commit comments