summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src/Thread.h
AgeCommit message (Expand)Author
2013-04-17New license header introduced for DiscIO, AudioCommon, InputCommon, VideoComm...Lioncash
2013-04-15Update the license file text (change SVN to Git) in all projects except Core ...lioncash
2013-03-29MSVC 2010 does not have <mutex> or <thread> either, adding the Std* files backPierre Bourdon
2013-03-29Re-add StdConditionVariable, MSVC 2010 does not support <condition_variable>Pierre Bourdon
2013-03-29This change might work better if I git add the filesPierre Bourdon
2013-03-19Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon.lioncash
2013-02-26ARM Support without GLSLRyan Houdek
2012-01-04fixed an issue where the CPU sometimes single-steps an extra time after pausingnitsuja
2011-04-01Use mutexes in LogManager to make it threadsafe, as suggested by beistin's pa...Jordan Woyak
2011-03-15A bit of cleanup to Core Init/Stop, Frame, and Main. Cleanup XAudio2 to attem...Jordan Woyak
2011-03-06Fix preprocessor prob.(recursive mutexes were being used where not necessary)...Jordan Woyak
2011-03-05Fix Common::Barrier and fix the deadlock by making Common::Event check to see...Glenn Rice
2011-03-05Fix the Host_GetKeyState deadlock caused by Billiard's latest changes.Glenn Rice
2011-03-05Replaced Common::CriticalSection with a std::mutex implementation. 64bit Wind...Jordan Woyak
2011-03-02Change YieldCPU to sleep(0) like on windows. Time trials show this to be the...Glenn Rice
2011-02-27a little simplification for the dlist id and a little correction to YieldPro...Rodolfo Osvaldo Bogado
2011-02-10Used usleep(1) instead of _mm_pause on Linux and Mac OSX. This reduces the C...skidau
2011-01-27Replaced Common::Thread with a partial implementation of std::thread. (rvalue...Jordan Woyak
2011-01-25Removed extra space character in "Use FPS For Limiting". Changed "Frame Stepp...Jordan Woyak
2010-11-22Revert to gettimeofday on posix systems. I give up.Glenn Rice
2010-11-21Revert revision 6464. _POSIX_MONOTONIC_CLOCK is not used in that way.Glenn Rice
2010-11-21POSIX feature symbols can be defined even if not implemented.Soren Jorvang
2010-11-21Check if CLOCK_MONOTONIC is supported before using clock_gettime.Glenn Rice
2010-11-20Fix ogl screenshots for windows.Glenn Rice
2010-11-20Implement JitIL profiling on linux. I also tried implementing __rdtsc using ...Glenn Rice
2010-07-06Implement proper thread naming on linux. This fixes a segmentation fault wit...Glenn Rice
2010-06-16Linux build fix.ayuanx
2010-04-29Massive Poo storm, had to take shelter. Hacks, fixes, etc etcSonicadvance1
2010-04-29[OSX] Use spinlocks instead of mutexes since mutexes are really semaphores, g...Sonicadvance1
2010-04-17possible savestate memory leak fix in DoBuffernitsuja-
2010-01-14This could alleviate the suffering of dual core synchronization a bit.ayuanx
2010-01-09from BhaaL: linux compile fix for r4794, Event::Wait now supports a timeout (...Shawn Hoffman
2009-09-07GUI: Fixed some GUI related start/stop crashesJohn Peterson
2009-07-31Fix noWX build, and lower thread priority for screenshots sl1nk3.s
2009-07-28Now ALL copyright dates are fixed to the legally correct year: The year in wh...XTra.KrazzY
2009-07-23Corrections to r3875.Nolan Check
2009-07-23Revert most of r3855.Nolan Check
2009-07-19Rename scale_something to scale_invert. Plus, sneak in a tiny Thread.h change.Nolan Check
2009-07-19Fix dspspy, typo in ld_Testnakeee
2009-07-18Call sched_yield for yieldcpu function on linux/osx please testnakeee
2009-07-17No more SleepCurrentThreads in Command Processor. Some Fifo cleanup.Nolan Check
2009-07-15Fixed one of the two remaining crash on Stop (issue 600), and removed some se...sl1nk3.s
2009-07-13Atomic operations library.Nolan Check
2009-07-11fig ConfigPadDlg size in linux, temporary linux build fixLPFaint99
2009-07-11fix building in linuxLPFaint99
2009-07-11Switch to Video_BeginField; hopefully fix or reduce some video stability prob...Nolan Check
2009-07-10Use _beginthreadexNolan Check
2009-05-07disable sysconf progressive scan by default, fix discrepancies between some c...Shawn Hoffman
2009-05-01DSPSpy: Hide loop stack registers - they aren't relevant for most investigati...hrydgard
2009-03-28Some code cleanupomegadox