You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/src
comex d37f0b29e2 Fix thread naming on Linux, which limits names to 15 bytes.
- In `SetCurrentThreadName`, when on Linux, truncate to 15 bytes, as (at
  least on glibc) `pthread_set_name_np` will otherwise return `ERANGE` and
  do nothing.
- Also, add logging in case `pthread_set_name_np` returns an error
  anyway.  This is Linux-specific, as the Apple and BSD versions of
  `pthread_set_name_np return `void`.
- Change the name for CPU threads in multi-core mode from
  "yuzu:CoreCPUThread_N" (19 bytes) to "yuzu:CPUCore_N" (14 bytes) so it
  fits into the Linux limit.  Some other thread names are also cut off,
  but I didn't bother addressing them as you can guess them from the
  truncated versions.  For a CPU thread, truncation means you can't see
  which core it is!
5 years ago
..
audio_core core_timing: Make use of uintptr_t to represent user_data 5 years ago
common Fix thread naming on Linux, which limits names to 15 bytes. 5 years ago
core Fix thread naming on Linux, which limits names to 15 bytes. 5 years ago
input_common GCAdapter: only join worker thread if running & joinable 5 years ago
tests tests/core_timing: Remove pragma optimize(off) 5 years ago
video_core Merge pull request #4430 from bunnei/new-gpu-vmm 5 years ago
web_service
yuzu Merge pull request #4450 from Morph1984/fix-gamelist-scanning 5 years ago
yuzu_cmd
yuzu_tester
.clang-format
CMakeLists.txt CMakeLists: Resolve #4478 5 years ago