summaryrefslogtreecommitdiff
path: root/src/common/thread.h
AgeCommit message (Collapse)Author
2018-09-22common/thread: remove YieldCPU()Weiyi Wang
simply use the standard library yield()
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-04-19common/thread: Remove unnecessary feature checking for thread_localLioncash
Every compiler we require already supports it.
2016-12-26Common::Event: add WaitUntilwwylele
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-04-14Thread: Make Barrier reusableMerryMage
2016-04-14common/thread: Correct code styleMerryMage
2015-06-28Common: Cleanup thread includes.Emmanuel Gil Peyrot
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2015-04-16Common: thread.h cleanupsYuri Kunde Schlesner
The helper classes are rendered obsolete by C++11 lambdas. Also made formatting conform to our code style.
2015-03-01Add profiling infrastructure and widgetYuri Kunde Schlesner
2014-12-20License changepurpasmart96
2014-12-13New logging systemYuri Kunde Schlesner
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵Emmanuel Gil Peyrot
or generated
2014-11-18Remove extraneous semicolonsLioncash
2014-09-07Removed common/std_xyz, instead using the std headerarchshift
2014-08-17Common: Move remaining C header includes over to their C++ equivalentLioncash
2014-08-17Common: Move header guards over to pragma onceLioncash
Also replaced C headers with the C++ equivalent ones
2014-04-08fixed project includes to use new directory structurebunnei
2014-04-08got rid of 'src' folders in each sub-projectbunnei