Lioncash 0197e28cc9 core_timing: Namespace all functions and constants in core_timing's header 8 years ago
..
client_port.cpp 096be16636 Format: Run the new clang format on everything 8 years ago
client_port.h 096be16636 Format: Run the new clang format on everything 8 years ago
client_session.cpp 096be16636 Format: Run the new clang format on everything 8 years ago
client_session.h 27bad0598a hle: Integrate Domain handling into ServerSession. 8 years ago
errors.h e81a2080eb Kernel: Corrected the implementation of svcArbitrateLock and svcArbitrateUnlock. 8 years ago
event.cpp 096be16636 Format: Run the new clang format on everything 8 years ago
event.h 096be16636 Format: Run the new clang format on everything 8 years ago
handle_table.cpp 40dee76c57 kernel: Migrate logging macros to fmt-compatible ones 8 years ago
handle_table.h 932fa94af7 handle_table: Remove ConvertSessionToDomain. 8 years ago
hle_ipc.cpp 40dee76c57 kernel: Migrate logging macros to fmt-compatible ones 8 years ago
hle_ipc.h c86af6939c hle_ipc: Add SleepClientThread to block current thread within HLE routines. 8 years ago
kernel.cpp 7d6653268f core: Move process creation out of global state. 8 years ago
kernel.h 013778aa21 Qt: Update the WaitTree widget to show info about the current mutex of each thread. 8 years ago
memory.cpp e35644c005 clang-format 8 years ago
memory.h ebd4b1422d kernel: Various 64-bit fixes in memory/process/thread 8 years ago
mutex.cpp 46572d027d Kernel: Implemented mutex priority inheritance. 8 years ago
mutex.h 5fdfbfe25a Kernel: Remove old and unused Mutex code. 8 years ago
object_address_table.cpp 8475496630 general: Convert assertion macros over to be fmt-compatible 8 years ago
object_address_table.h 1247c53786 yuzu: Update license text to be consistent across project. 8 years ago
process.cpp 843dd62c81 core: Replace usages of LOG_GENERIC with new fmt-capable equivalents 8 years ago
process.h 7d6653268f core: Move process creation out of global state. 8 years ago
resource_limit.cpp 40dee76c57 kernel: Migrate logging macros to fmt-compatible ones 8 years ago
resource_limit.h bec05db746 resource_limit: Make ResourceTypes an enum class 8 years ago
scheduler.cpp 40dee76c57 kernel: Migrate logging macros to fmt-compatible ones 8 years ago
scheduler.h 8db80d8389 scheduler: Cleanup based on PR feedback. 8 years ago
server_port.cpp 096be16636 Format: Run the new clang format on everything 8 years ago
server_port.h 096be16636 Format: Run the new clang format on everything 8 years ago
server_session.cpp 40dee76c57 kernel: Migrate logging macros to fmt-compatible ones 8 years ago
server_session.h 94ee8fc97b Kernel/IPC: Add a small delay after each SyncRequest to prevent thread starvation. 8 years ago
session.cpp 096be16636 Format: Run the new clang format on everything 8 years ago
session.h 096be16636 Format: Run the new clang format on everything 8 years ago
shared_memory.cpp 1913cf4783 kernel/shared_memory: Remove unnecessary semicolon at end of ConvertPermissions() 8 years ago
shared_memory.h 647364db8f svc: SharedMemory size should be 64-bits and cleanup. 8 years ago
svc.cpp 3abba08080 string_util: Remove StringFromFormat() and related functions 8 years ago
svc.h d80991977a svc: Add additional fields to MemoryInfo struct. 8 years ago
svc_wrap.h 40bccd74d3 svc: Stub out SetThreadActivity, GetThreadContext. 8 years ago
thread.cpp 0197e28cc9 core_timing: Namespace all functions and constants in core_timing's header 8 years ago
thread.h 46572d027d Kernel: Implemented mutex priority inheritance. 8 years ago
timer.cpp 0197e28cc9 core_timing: Namespace all functions and constants in core_timing's header 8 years ago
timer.h 096be16636 Format: Run the new clang format on everything 8 years ago
vm_manager.cpp 843dd62c81 core: Replace usages of LOG_GENERIC with new fmt-capable equivalents 8 years ago
vm_manager.h 843dd62c81 core: Replace usages of LOG_GENERIC with new fmt-capable equivalents 8 years ago
wait_object.cpp e353b9fb3d thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB. 8 years ago
wait_object.h 0f6fbdb963 wait_object: Refactor to allow waking up a single thread. 8 years ago