Jan Kiszka schrieb:

Does the same thread lock this mutex over and over again (I did not look
at your code yet)? If so, note that mutexes can be acquired recursively
by the original owner.

Oh, yes!
That's the solution. I read over that in the API.

Thanks for the quick answer :)

Kai

Reply via email to