suyu/src/core/hle
Lioncash 0b78cfcc53 kernel/thread: Maintain priority ordering of added mutex waiting threads
The kernel keeps the internal waiting list ordered by priority. This is
trivial to do with std::find_if followed by an insertion.
2019-03-15 23:01:39 -04:00
..
kernel kernel/thread: Maintain priority ordering of added mutex waiting threads 2019-03-15 23:01:39 -04:00
service service/service: Remove unncessary calls to c_str() 2019-03-10 18:00:57 -04:00
ipc.h core/hle/ipc: Remove unnecessary includes 2019-03-05 09:53:38 -05:00
ipc_helpers.h kernel/hle_ipc: Convert std::shared_ptr IPC header instances to std::optional 2019-03-07 23:34:37 -05:00
lock.cpp
lock.h
result.h core/hle/ipc: Remove unnecessary includes 2019-03-05 09:53:38 -05:00