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

*CB functions result in callbacks running on the wrong thread #16

Closed
hrydgard opened this issue Nov 6, 2012 · 1 comment
Closed

*CB functions result in callbacks running on the wrong thread #16

hrydgard opened this issue Nov 6, 2012 · 1 comment

Comments

@hrydgard
Copy link
Owner

hrydgard commented Nov 6, 2012

*CB functions (like sceSleepThreadCB) are supposed to run callbacks while waiting, and it seems they run on the wrong thread atm if there's another thread around, as the context switch happens too early.

@hrydgard
Copy link
Owner Author

hrydgard commented Nov 7, 2012

Callbacks now run on the correct thread. More testing is needed though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant