base: use blockade in thread

Issue #3612
This commit is contained in:
Alexander Boettcher
2020-01-24 14:22:05 +01:00
committed by Christian Helmuth
parent e686ff78e9
commit 5440cd4b50
12 changed files with 15 additions and 16 deletions

View File

@ -59,6 +59,6 @@ void Genode::Thread::_thread_start()
Thread::myself()->_thread_bootstrap();
Thread::myself()->entry();
Thread::myself()->_join_lock.unlock();
Thread::myself()->_join.wakeup();
sleep_forever();
}