• Silas Boyd-Wickizer's avatar
    A simple/stupid scheduler implementation. · a0620682
    Silas Boyd-Wickizer 提交于
    The scheduler using namespaces is broken.  For a given CPU, the
    scheduler always runs the process that was last inserted into the
    namespace.  This leads to starvation and deadlock (in userspace).
    I want to test the VM implementation, so I wrote a simple per-core
    runqueue implementation.
    a0620682
thrtest.c 988 Bytes