[okl4-developer] WaitNotify()
Abi Nourai
anourai at ok-labs.com
Tue Feb 26 18:30:20 EST 2008
Hi Ryan,
Error code 11 means an IPC was sent to the thread, but not accepted.
The only reason this happens is when someone sends an async ipc to a
thread that hasn't indicated that it is willing to accept async ipc.
The usual way of indicating you're willing to accept async ipc's is to
call L4_Accept(L4_NotifyMsgAcceptor) . Hope this helps.
Regards
Abi
On 26/02/2008, at 10:31 AM, Ryan Heffernan wrote:
> Also, when I take a look at the tcb of the
> thread containing this loop, the E flag in the message register is set
> and it gives me error code 11. Do you know what this means? The manual
> only has error codes 1-9 :).
More information about the Developer
mailing list