summaryrefslogtreecommitdiff
path: root/src/common/polyfill_thread.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-10-13common/polyfill_thread: use std::forward where appropriate, qualify ↵Gravatar Valeri Ochinski1-10/+11
std::move calls
2023-09-02polyfill_thread: ensure mutex was locked before signaling stopGravatar Liam1-7/+13
2023-01-29Move to Clang Format 15Gravatar Levi Behunin1-2/+2
Depends on https://github.com/yuzu-emu/build-environments/pull/69 clang-15 primary run
2023-01-27polyfill_thread: satisfy execution ordering requirements of stop_callbackGravatar Liam1-37/+46
2023-01-25polyfill_thread: Implement StoppableTimedWaitGravatar Morph1-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>
2022-11-22general: fix compile for Apple ClangGravatar Liam1-0/+323