[PR #4062] [MERGED] Revert "threads: initialize TLS on thread creation" #3907

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/4062
Author: @roamic
Created: 2/21/2026
Status: Merged
Merged: 2/21/2026
Merged by: @roamic

Base: mainHead: revert-4048-init-thread-on-create


📝 Commits (1)

  • eead987 Revert "threads: initialize TLS on thread creation (#4048)"

📊 Changes

12 files changed (+51 additions, -52 deletions)

View changed files

📝 src/core/libraries/avplayer/avplayer_impl.cpp (+8 -8)
📝 src/core/libraries/avplayer/avplayer_state.cpp (+1 -1)
📝 src/core/libraries/ime/ime.cpp (+4 -4)
📝 src/core/libraries/ime/ime_dialog_ui.cpp (+3 -2)
📝 src/core/libraries/kernel/threads/pthread.cpp (+1 -21)
📝 src/core/libraries/kernel/threads/pthread_spec.cpp (+1 -1)
📝 src/core/libraries/network/net_ctl_obj.cpp (+2 -2)
📝 src/core/libraries/ngs2/ngs2.cpp (+2 -2)
📝 src/core/libraries/usbd/emulated/dimensions.cpp (+0 -4)
📝 src/core/linker.cpp (+5 -5)
📝 src/core/module.cpp (+1 -2)
📝 src/core/tls.h (+23 -0)

📄 Description

Reverts shadps4-emu/shadPS4#4048


🔄 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/4062 **Author:** [@roamic](https://github.com/roamic) **Created:** 2/21/2026 **Status:** ✅ Merged **Merged:** 2/21/2026 **Merged by:** [@roamic](https://github.com/roamic) **Base:** `main` ← **Head:** `revert-4048-init-thread-on-create` --- ### 📝 Commits (1) - [`eead987`](https://github.com/shadps4-emu/shadPS4/commit/eead98786e851335ad0f8d57def1a9f34416a11a) Revert "threads: initialize TLS on thread creation (#4048)" ### 📊 Changes **12 files changed** (+51 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/avplayer/avplayer_impl.cpp` (+8 -8) 📝 `src/core/libraries/avplayer/avplayer_state.cpp` (+1 -1) 📝 `src/core/libraries/ime/ime.cpp` (+4 -4) 📝 `src/core/libraries/ime/ime_dialog_ui.cpp` (+3 -2) 📝 `src/core/libraries/kernel/threads/pthread.cpp` (+1 -21) 📝 `src/core/libraries/kernel/threads/pthread_spec.cpp` (+1 -1) 📝 `src/core/libraries/network/net_ctl_obj.cpp` (+2 -2) 📝 `src/core/libraries/ngs2/ngs2.cpp` (+2 -2) 📝 `src/core/libraries/usbd/emulated/dimensions.cpp` (+0 -4) 📝 `src/core/linker.cpp` (+5 -5) 📝 `src/core/module.cpp` (+1 -2) 📝 `src/core/tls.h` (+23 -0) </details> ### 📄 Description Reverts shadps4-emu/shadPS4#4048 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:05:25 +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#3907
No description provided.