|
|
|
|
|
by gpderetta
3587 days ago
|
|
Note that the lock is a red herring. A single threaded malloc wouldn't be async signal safe either unless explicitly designed to be so which is hard. In fact anything that touches mutable state, including thread local state is a problem. |
|