[PR #4045] R&C menu Wait: Unreachable code fix (on Windows) #3893

Open
opened 2026-02-27 22:05:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/4045
Author: @w1naenator
Created: 2/17/2026
Status: 🔄 Open

Base: mainHead: R&C-menu-uc-fix-win


📝 Commits (3)

  • 9a99b17 kernel: Enhance condition variable wait and signal handling with improved timeout logic and error checks
  • 778cd46 kernel: Enhance logging in condition variable and mutex handling for better debugging
  • 1f94e7f Merge branch 'main' into R&C-menu-uc-fix-win

📊 Changes

3 files changed (+156 additions, -21 deletions)

View changed files

📝 src/core/libraries/kernel/threads/condvar.cpp (+128 -12)
📝 src/core/libraries/kernel/threads/mutex.cpp (+4 -0)
📝 src/core/libraries/kernel/threads/sleepq.cpp (+24 -9)

📄 Description

kernel: Enhance condition variable wait and signal handling with improved timeout logic and error checks


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/4045 **Author:** [@w1naenator](https://github.com/w1naenator) **Created:** 2/17/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `R&C-menu-uc-fix-win` --- ### 📝 Commits (3) - [`9a99b17`](https://github.com/shadps4-emu/shadPS4/commit/9a99b17b345a372a217c7b3e64661ecff391c13b) kernel: Enhance condition variable wait and signal handling with improved timeout logic and error checks - [`778cd46`](https://github.com/shadps4-emu/shadPS4/commit/778cd46bc2f297ffdfcca519e883373e173a98b9) kernel: Enhance logging in condition variable and mutex handling for better debugging - [`1f94e7f`](https://github.com/shadps4-emu/shadPS4/commit/1f94e7fb0e69307c7ceb1982c038bf65e8d0abf5) Merge branch 'main' into R&C-menu-uc-fix-win ### 📊 Changes **3 files changed** (+156 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/kernel/threads/condvar.cpp` (+128 -12) 📝 `src/core/libraries/kernel/threads/mutex.cpp` (+4 -0) 📝 `src/core/libraries/kernel/threads/sleepq.cpp` (+24 -9) </details> ### 📄 Description kernel: Enhance condition variable wait and signal handling with improved timeout logic and error checks --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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/shadPS4#3893
No description provided.