• Kevin Modzelewski's avatar
    Proactively save the thread registers when calling AllowThreads · cc91d9b5
    Kevin Modzelewski authored
    And then use that register info rather than sending a signal to the
    thread; this lets the thread that called AllowThreads avoid receiving
    signals ex during a syscall.
    
    I'm not sure if this is valid though; are we really guaranteed that
    the thread can't invalidate the saved state?
    cc91d9b5
threading.cpp 10.5 KB