mirror of
https://github.com/darlinghq/darlingserver.git
synced 2024-11-23 12:29:41 +00:00
2f4e4ef4f4
This indicates that the waiting was interrupted (with THREAD_INTERRUPTED) and we probably don't want to be panicking needlessly over it. |
||
---|---|---|
.. | ||
defines | ||
include/darlingserver | ||
internal-include/darlingserver/duct-tape | ||
pthread | ||
src | ||
xnu | ||
CMakeLists.txt | ||
README.md |
darlingserver Duct Taping
The purpose of this subproject is to use a significantly stripped down version of XNU's own kernel code coupled with some glue/duct-tape code to simulate the necessary parts of a normal XNU kernel environment for the code to work properly to implement things like Mach IPC.