mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 22:23:16 +00:00
parent
a9fc5304c0
commit
9fd6034e94
@ -38,6 +38,9 @@ void Thread_base::_thread_start()
|
||||
|
||||
void Thread_base::_deinit_platform_thread()
|
||||
{
|
||||
if (!_cpu_session)
|
||||
_cpu_session = env()->cpu_session();
|
||||
|
||||
_cpu_session->kill_thread(_thread_cap);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user