Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-13 | common/polyfill_thread: use std::forward where appropriate, qualify ↵ | Valeri Ochinski | |
std::move calls | |||
2023-09-02 | polyfill_thread: ensure mutex was locked before signaling stop | Liam | |
2023-01-29 | Move to Clang Format 15 | Levi Behunin | |
Depends on https://github.com/yuzu-emu/build-environments/pull/69 clang-15 primary run | |||
2023-01-27 | polyfill_thread: satisfy execution ordering requirements of stop_callback | Liam | |
2023-01-25 | polyfill_thread: Implement StoppableTimedWait | Morph | |
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-22 | general: fix compile for Apple Clang | Liam | |