mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-02 23:26:20 +00:00
sleepq: Separate and make faster
This commit is contained in:
parent
4fd9ef6136
commit
2378ff44e0
7 changed files with 165 additions and 87 deletions
|
@ -219,6 +219,8 @@ set(KERNEL_LIB src/core/libraries/kernel/threads/condvar.cpp
|
|||
src/core/libraries/kernel/threads/pthread_spec.cpp
|
||||
src/core/libraries/kernel/threads/rwlock.cpp
|
||||
src/core/libraries/kernel/threads/semaphore.cpp
|
||||
src/core/libraries/kernel/threads/sleepq.cpp
|
||||
src/core/libraries/kernel/threads/sleepq.h
|
||||
src/core/libraries/kernel/threads/stack.cpp
|
||||
src/core/libraries/kernel/threads/tcb.cpp
|
||||
src/core/libraries/kernel/threads/pthread.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue