[GH-ISSUE #16] *CB functions result in callbacks running on the wrong thread #6

Closed
opened 2026-03-17 03:01:50 +03:00 by kerem · 1 comment
Owner

Originally created by @hrydgard on GitHub (Nov 6, 2012).
Original GitHub issue: https://github.com/hrydgard/ppsspp/issues/16

*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.

Originally created by @hrydgard on GitHub (Nov 6, 2012). Original GitHub issue: https://github.com/hrydgard/ppsspp/issues/16 *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.
kerem closed this issue 2026-03-17 03:01:56 +03:00
Author
Owner

@hrydgard commented on GitHub (Nov 7, 2012):

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

<!-- gh-comment-id:10150524 --> @hrydgard commented on GitHub (Nov 7, 2012): Callbacks now run on the correct thread. More testing is needed though.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ppsspp#6
No description provided.