summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src/Thread.cpp
AgeCommit message (Expand)Author
2011-03-05Replaced Common::CriticalSection with a std::mutex implementation. 64bit Wind...Jordan Woyak
2011-02-02Thread affinity on OS X and *BSD.Soren Jorvang
2011-01-27Replaced Common::Thread with a partial implementation of std::thread. (rvalue...Jordan Woyak
2010-12-05First pass at dealing with different size_t/off_t sizes in C90 environments.Soren Jorvang
2010-11-22Revert to gettimeofday on posix systems. I give up.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-09-30Apply u-ra's patch to speed up CriticalSection on systems that use POSIX-thre...j4ck.fr0st
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-02-14うそ!Sonicadvance1
2010-02-14Bunch of tiny memory leaks fixed and cleanup, フウ〜!Sonicadvance1
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-08-06misc cleanupShawn Hoffman
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-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-10Use _beginthreadexNolan Check
2009-03-28Some code cleanupomegadox
2009-03-20Fixed some log messagesnakeee
2009-03-18nakee's new logmanager. added a console window for windows builds (prints to ...Shawn Hoffman
2009-02-24Linux build fixes and some warning cleanup for GCComegadox
2009-02-24Last Commit (Threads and Stop): Linux build fix, I forgot to change the defin...John Peterson
2009-02-24Threads and Stop: How about this? A timeout only for the shutdown process? Th...John Peterson
2009-02-23Restore proper functionality of events and thread waits. The arbitrary 5 sec ...hrydgard
2009-02-23Core and Common Threads Stop and Start: Added timeout to the thread waiting l...John Peterson
2009-02-22Attempt to workaround some stop hangs by using MsgWait instead of Wait. chang...hrydgard
2009-02-22Core Stop and Start: Added alternative separate thread timer/loop based waiti...John Peterson
2009-02-20The Mega Change Of Doom - or, fixing Stop. Almost. At least it's better than ...hrydgard
2009-01-11fixXTra.KrazzY
2009-01-11Printf compile warning fixesXTra.KrazzY
2009-01-09properly support POSIX threads kthxbushing
2008-12-13small speedup of logmanager, minor logging improvements, misc code standard i...hrydgard
2008-12-08set svn:eol-style=native for **.cppbushing
2008-12-06add support for GCC 4.0bushing
2008-12-04Fix windows build. Fix InterlockedIncrement for old gcc. TOTEST on linux.memberTwo.mb2
2008-12-04merged windows/linux atomic operations,nakeee
2008-11-24DC + fifo: small fix/correction ;). Remove old stupid OnIdleDC stuff. Interes...memberTwo.mb2
2008-11-23Moved wiimote_test to wiimotenakeee
2008-11-15more portingnakeee
2008-10-30Added InterlockedExchange to Linux sideSonicadvance1
2008-10-17add InterlockedExchangeAdd for olds gcc versiontmator
2008-10-09Fix Building in Linux, removed the define for _T() in Common.h so now we can ...Sonicadvance1