summaryrefslogtreecommitdiffstats
path: root/src/common/polyfill_thread.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move to Clang Format 15Levi Behunin2023-01-301-2/+2
| | | | | | Depends on https://github.com/yuzu-emu/build-environments/pull/69 clang-15 primary run
* polyfill_thread: satisfy execution ordering requirements of stop_callbackLiam2023-01-281-37/+46
|
* polyfill_thread: Implement StoppableTimedWaitMorph2023-01-251-0/+36
| | | | | | | StoppableTimedWait allows for a timed wait to be stopped immediately after a stop is requested. This is useful in cases where long duration thread sleeps are needed and allows for immediate joining of waiting threads after a stop is requested. Co-Authored-By: liamwhite <liamwhite@users.noreply.github.com>
* general: fix compile for Apple ClangLiam2022-11-231-0/+323