summaryrefslogtreecommitdiffstats
path: root/src/common/thread.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common/thread: remove YieldCPU()Weiyi Wang2018-09-221-8/+0
| | | | simply use the standard library yield()
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-5/+5
|
* common/thread: Remove unnecessary feature checking for thread_localLioncash2018-04-201-19/+0
| | | | Every compiler we require already supports it.
* Common::Event: add WaitUntilwwylele2016-12-261-0/+10
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-1/+0
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-4/+2
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-18/+22
|
* Thread: Make Barrier reusableMerryMage2016-04-141-5/+5
|
* common/thread: Correct code styleMerryMage2016-04-141-21/+19
|
* Common: Cleanup thread includes.Emmanuel Gil Peyrot2015-06-281-14/+2
|
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-1/+0
|
* Common: thread.h cleanupsYuri Kunde Schlesner2015-04-161-65/+16
| | | | | The helper classes are rendered obsolete by C++11 lambdas. Also made formatting conform to our code style.
* Add profiling infrastructure and widgetYuri Kunde Schlesner2015-03-021-0/+19
|
* License changepurpasmart962014-12-211-2/+2
|
* New logging systemYuri Kunde Schlesner2014-12-131-0/+1
|
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-191-4/+4
|
* Remove extraneous semicolonsLioncash2014-11-181-1/+1
|
* Removed common/std_xyz, instead using the std headerarchshift2014-09-071-4/+3
|
* Common: Move remaining C header includes over to their C++ equivalentLioncash2014-08-171-2/+2
|
* Common: Move header guards over to pragma onceLioncash2014-08-171-4/+1
| | | | Also replaced C headers with the C++ equivalent ones
* fixed project includes to use new directory structurebunnei2014-04-091-4/+4
|
* got rid of 'src' folders in each sub-projectbunnei2014-04-091-0/+156