22CLOD_API CLOD_NONNULL(1)
24clod_futex_wait(const
int *ptr,
int expected, int64_t timeout_us);
26CLOD_API CLOD_NONNULL(1)
28clod_futex_wake_one(const
int *ptr);
30CLOD_API CLOD_NONNULL(1)
32clod_futex_wake_all(const
int *ptr);
@ CLOD_FUTEX_OK
No worries.
@ CLOD_FUTEX_INVALID
Invalid usage i.e. argument, pointer.
@ CLOD_FUTEX_INTERRUPT
The operation was interrupted by a signal.