mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
parent
0cc87d3c85
commit
9c6120ccad
@ -1002,7 +1002,7 @@ long __wait_completion(struct completion *work, unsigned long timeout)
|
||||
if (timeout) {
|
||||
timer_setup(&t, _completion_timeout, 0u);
|
||||
t.data = (unsigned long)Lx::scheduler().current();
|
||||
mod_timer(&t, timeout);
|
||||
mod_timer(&t, j);
|
||||
}
|
||||
|
||||
while (!work->done) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user