shadPS4/src/core/libraries/kernel/threads
Marcin Mikołajczyk fb5ac912cd
Some checks are pending
Build and Release / reuse (push) Waiting to run
Build and Release / clang-format (push) Waiting to run
Build and Release / get-info (push) Waiting to run
Build and Release / windows-sdl (push) Blocked by required conditions
Build and Release / windows-qt (push) Blocked by required conditions
Build and Release / macos-sdl (push) Blocked by required conditions
Build and Release / macos-qt (push) Blocked by required conditions
Build and Release / linux-sdl (push) Blocked by required conditions
Build and Release / linux-qt (push) Blocked by required conditions
Build and Release / linux-sdl-gcc (push) Blocked by required conditions
Build and Release / linux-qt-gcc (push) Blocked by required conditions
Build and Release / pre-release (push) Blocked by required conditions
Wiring misc functions (#3293)
* Register some posix functions

* Stub sceKernelIsAddressSanitizerEnabled

* Wire more pthread_attr functions

* Register sys_getsockopt to libScePosix

* Register sys_getpeername to libScePosix

* getpid() returns tid now

* Log sceKernelIsAddressSanitizerEnabled
2025-07-24 00:34:13 +03:00
..
condvar.cpp Wiring misc functions (#3293) 2025-07-24 00:34:13 +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 Improved sceKernelMapNamedFlexibleMemory logging (#3050) 2025-06-08 00:17:45 +03:00
pthread_attr.cpp Wiring misc functions (#3293) 2025-07-24 00:34:13 +03: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 Wiring misc functions (#3293) 2025-07-24 00:34:13 +03: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