commit | a99e0fa2d21917cbcefd8b7a9a2128ae0399d88f | [log] [tgz] |
---|---|---|
author | Jason Evans <jasone@canonware.com> | Wed Nov 02 18:06:40 2016 -0700 |
committer | Jason Evans <jasone@canonware.com> | Wed Nov 02 19:35:09 2016 -0700 |
tree | ec211bbbdef264992cb4434a254ef6418d33b469 | |
parent | 31db315f17a48380d11d5dd67dde154adf571573 [diff] |
Fix/refactor zone allocator integration code. Fix zone_force_unlock() to reinitialize, rather than unlocking mutexes, since OS X 10.12 cannot tolerate a child unlocking mutexes that were locked by its parent. Refactor; this was a side effect of experimenting with zone {de,re}registration during fork(2).