summaryrefslogtreecommitdiffstats
path: root/src/common/thread.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make coretiming waiting more accurateKelebek12022-08-021-0/+4
* Core/Common: Corrections to core timing and add critical priority.Fernando Sahmkow2022-06-281-0/+1
* chore: add missing SPDX tagsAndrea Pappacoda2022-04-281-3/+3
* common: Replace lock_guard with scoped_lockMerry2022-04-071-1/+1
* common/thread: Fix data race in is_setReinUsesLisp2020-08-261-4/+5
* General: Tune the priority of main emulation threads so they have higher priority than less important helper threads.Fernando Sahmkow2020-06-271-0/+9
* Tests: Add base tests to host timingFernando Sahmkow2020-06-181-2/+2
* Address second part of review commentsFearlessTobi2020-01-231-1/+1
* Input: UDP Client to provide motion and touch controlsfearlessTobi2020-01-231-0/+9
* general: Use deducation guides for std::lock_guard and std::unique_lockLioncash2019-04-011-5/+5
* common/thread: Remove unused functionsLioncash2019-03-291-4/+0
* common/thread: Make Barrier's 'count' member non-constLioncash2018-11-221-1/+1
* common/thread: Initialize class member variables where applicableLioncash2018-11-221-6/+4
* common/thread: Group non-member functions togetherLioncash2018-11-221-3/+2
* common/thread: Remove SleepCurrentThread()Lioncash2018-11-221-1/+0
* common/thread: Remove unused CurrentThreadId()Lioncash2018-11-221-2/+0
* common/thread: remove YieldCPU()Weiyi Wang2018-09-221-8/+0
* 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
* Common::Event: add WaitUntilwwylele2016-12-261-0/+10
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-1/+0
* 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
* 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
* 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