summaryrefslogtreecommitdiffstats
path: root/src/common/polyfill_thread.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-13common/polyfill_thread: use std::forward where appropriate, qualify std::move callsValeri Ochinski1-10/+11
2023-09-02polyfill_thread: ensure mutex was locked before signaling stopLiam1-7/+13
2023-01-30Move to Clang Format 15Levi Behunin1-2/+2
2023-01-28polyfill_thread: satisfy execution ordering requirements of stop_callbackLiam1-37/+46
2023-01-25polyfill_thread: Implement StoppableTimedWaitMorph1-0/+36
2022-11-23general: fix compile for Apple ClangLiam1-0/+323