mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 07:38:28 +00:00
committed by
Christian Helmuth
parent
e686ff78e9
commit
5440cd4b50
@ -80,7 +80,7 @@ void Thread::_thread_start()
|
||||
thread->entry();
|
||||
|
||||
/* unblock caller of 'join()' */
|
||||
thread->_join_lock.unlock();
|
||||
thread->_join.wakeup();
|
||||
|
||||
sleep_forever();
|
||||
}
|
||||
|
Reference in New Issue
Block a user