aboutsummaryrefslogtreecommitdiff
path: root/rust/kernel/task.rs
diff options
context:
space:
mode:
authorBoqun Feng <[email protected]>2023-12-14 12:04:21 -0800
committerMiguel Ojeda <[email protected]>2023-12-21 20:54:17 +0100
commit0a7f5ba73e57eaf7f2e5589d26bbe9bf6754c542 (patch)
tree321a171a7669428244ea5b3dd7c70941fd6a1c3d /rust/kernel/task.rs
parent80fe9e51510b23472ad0f97175556490549ed714 (diff)
rust: sync: Makes `CondVar::wait()` an uninterruptible wait
Currently, `CondVar::wait()` is an interruptible wait, and this is different than `wait_event()` in include/linux/wait.h (which is an uninterruptible wait). To avoid confusion between different APIs on the interruptible/uninterruptible, make `CondVar::wait()` an uninterruptible wait same as `wait_event()`, also rename the old `wait()` to `CondVar::wait_interruptible()`. Spotted-by: Tiago Lam <[email protected]> Signed-off-by: Boqun Feng <[email protected]> Reviewed-by: Benno Lossin <[email protected]> Reviewed-by: Alice Ryhl <[email protected]> Reviewed-by: Tiago Lam <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Miguel Ojeda <[email protected]>
Diffstat (limited to 'rust/kernel/task.rs')
0 files changed, 0 insertions, 0 deletions