Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve some scheduling issues, deny many waits inside interrupts #3452

Merged
merged 8 commits into from Aug 28, 2013

Commits on Aug 28, 2013

  1. Copy the full SHA
    1c51564 View commit details
    Browse the repository at this point in the history
  2. Disable sceKernelDelayThread() w/intr disabled.

    But automatically resume the dispatch thread if only it is disabled.
    unknownbrackets committed Aug 28, 2013
    Copy the full SHA
    9aaad39 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    130f664 View commit details
    Browse the repository at this point in the history
  4. Update tests.

    unknownbrackets committed Aug 28, 2013
    Copy the full SHA
    f2b5569 View commit details
    Browse the repository at this point in the history
  5. Disable common wait funcs while intr disabled.

    Per PSP tests.
    unknownbrackets committed Aug 28, 2013
    Copy the full SHA
    93b4617 View commit details
    Browse the repository at this point in the history
  6. sceKernelDelaySysClockThread() cleanup.

    It doesn't wait either of course.
    unknownbrackets committed Aug 28, 2013
    Copy the full SHA
    252bf04 View commit details
    Browse the repository at this point in the history
  7. Return proper errors while dispatch disabled.

    In at least the majority of waits.
    unknownbrackets committed Aug 28, 2013
    Copy the full SHA
    61fae4e View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    17a5a42 View commit details
    Browse the repository at this point in the history