liburing icon indicating copy to clipboard operation
liburing copied to clipboard

Behavior of io_uring_wait_cqes is not documented for null `ts`

Open travisdowns opened this issue 1 year ago • 1 comments

It does not seem to be documented what the behavior of io_uring_wait_cqes when ts is NULL. It is implicitly allowed to be NULL by "If ts is specified and an older kernel without..." but it isn't clear what happens. Is it an infinite timeout or no timeout (like peek) or something else?

travisdowns avatar Aug 19 '24 20:08 travisdowns