Mutex reentrancy

Hi,

Currently I'll try to solve a deadlock issue caused by a mutex that seems to be non-reentrant. Is there any way to enforce reentrant behavior with the mutex implementation of RIOT?

Cheers Simon

Hi Simon!