shadPS4/src/core/libraries/kernel/threads
Stephen Miller 8cdd8dd725
Core: Pthread affinity fixups (#3021)
* posix_pthread_attr_getschedparam

* Fixes for scePthreadGetAffinity and scePthreadSetAffinity

Looking at FreeBSD source, and our other pthread functions, we should be using our FindThread function to get the appropriate thread if thread != g_curthread.
2025-06-03 03:43:56 -07:00
..
condvar.cpp Missing pthread exports (#2144) 2025-01-15 18:37:20 +03:00
event_flag.cpp event_flag: Lower error logs to debug. 2025-05-13 14:46:59 -07:00
exception.cpp Minor libkernel changes (#2721) 2025-03-30 01:27:33 +02:00
exception.h kernel: Rewrite pthread emulation (#1440) 2024-11-21 22:59:38 +02:00
mutex.cpp Missing pthread exports (#2144) 2025-01-15 18:37:20 +03:00
pthread_attr.cpp Core: Pthread affinity fixups (#3021) 2025-06-03 03:43:56 -07:00
pthread_clean.cpp kernel: Rewrite pthread emulation (#1440) 2024-11-21 22:59:38 +02:00
pthread_spec.cpp Minor libkernel changes (#2721) 2025-03-30 01:27:33 +02:00
pthread.cpp Core: Pthread affinity fixups (#3021) 2025-06-03 03:43:56 -07:00
pthread.h kernel: Clean up and fix some mistakes. (#2907) 2025-05-11 14:22:17 -07:00
rwlock.cpp hot-fix: Fix race in rwlock 2024-12-12 03:33:49 +02:00
semaphore.cpp semaphore: Use handles to properly handle semaphore double-delete. (#1728) 2024-12-10 14:43:32 +02:00
sleepq.cpp kernel: Rewrite pthread emulation (#1440) 2024-11-21 22:59:38 +02:00
sleepq.h core: Library cleanup (#1631) 2024-11-30 22:37:36 +02:00
stack.cpp kernel: Rewrite pthread emulation (#1440) 2024-11-21 22:59:38 +02:00
tcb.cpp core/libraries: HLE fiber reimplementation (#1836) 2024-12-24 13:33:00 +01:00
thread_state.cpp core: Library cleanup (#1631) 2024-11-30 22:37:36 +02:00
thread_state.h kernel: Rewrite pthread emulation (#1440) 2024-11-21 22:59:38 +02:00