|
|
|
|
|
by gpderetta
777 days ago
|
|
It is even worse: re-entrancy safe is a different property than thread-safe. For example you can't use mutexes to guarantee mutual exclusions with interrupts. Some algorithms are both thread safe and reentrancy safe, but generally this is not the case. |
|