Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | common/polyfill_thread: use std::forward where appropriate, qualify std::move calls | Valeri Ochinski | 2023-10-13 | 1 | -10/+11 |
| | |||||
* | polyfill_thread: ensure mutex was locked before signaling stop | Liam | 2023-09-02 | 1 | -7/+13 |
| | |||||
* | Move to Clang Format 15 | Levi Behunin | 2023-01-30 | 1 | -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_callback | Liam | 2023-01-28 | 1 | -37/+46 |
| | |||||
* | polyfill_thread: Implement StoppableTimedWait | Morph | 2023-01-25 | 1 | -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 Clang | Liam | 2022-11-23 | 1 | -0/+323 |