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