mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
Warn about questionable call of wait_and_dispatch_one_io_signal
Issue #2399
This commit is contained in:
parent
be4d8b24e2
commit
5738e53be2
@ -191,6 +191,10 @@ void Entrypoint::_process_incoming_signals()
|
||||
|
||||
bool Entrypoint::_wait_and_dispatch_one_io_signal(bool const dont_block)
|
||||
{
|
||||
if (!_rpc_ep->is_myself())
|
||||
warning(__func__, " called from non-entrypoint thread \"",
|
||||
Thread::myself()->name(), "\"");
|
||||
|
||||
for (;;) {
|
||||
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user