[PR #2144] [MERGED] Missing pthread exports #2515

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/2144
Author: @StevenMiller123
Created: 1/13/2025
Status: Merged
Merged: 1/15/2025
Merged by: @roamic

Base: mainHead: extra-pthread-exports


📝 Commits (4)

📊 Changes

3 files changed (+9 additions, -0 deletions)

View changed files

📝 src/core/libraries/kernel/threads/condvar.cpp (+5 -0)
📝 src/core/libraries/kernel/threads/mutex.cpp (+3 -0)
📝 src/core/libraries/kernel/threads/pthread.cpp (+1 -0)

📄 Description

This PR adds some missing pthread exports seen in NPXS21006.


🔄 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/2144 **Author:** [@StevenMiller123](https://github.com/StevenMiller123) **Created:** 1/13/2025 **Status:** ✅ Merged **Merged:** 1/15/2025 **Merged by:** [@roamic](https://github.com/roamic) **Base:** `main` ← **Head:** `extra-pthread-exports` --- ### 📝 Commits (4) - [`eede148`](https://github.com/shadps4-emu/shadPS4/commit/eede1488d767ef57b6bf1b07b918423d003bc598) Extra posix-kernel exports - [`ebebafe`](https://github.com/shadps4-emu/shadPS4/commit/ebebafeac329e89e70dbf915c5b931174a12b87e) Update mutex.cpp - [`d036046`](https://github.com/shadps4-emu/shadPS4/commit/d03604660d5d9603f13738412920c3d1742b9940) Posix export for posix_pthread_condattr_destroy - [`fe81be4`](https://github.com/shadps4-emu/shadPS4/commit/fe81be460ab2d66a09e46fe9cedf23debff5bceb) Clang ### 📊 Changes **3 files changed** (+9 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/kernel/threads/condvar.cpp` (+5 -0) 📝 `src/core/libraries/kernel/threads/mutex.cpp` (+3 -0) 📝 `src/core/libraries/kernel/threads/pthread.cpp` (+1 -0) </details> ### 📄 Description This PR adds some missing pthread exports seen in NPXS21006. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:00:13 +03:00
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#2515
No description provided.