summaryrefslogtreecommitdiff
path: root/implement.h
AgeCommit message (Expand)Author
2011-03-26New interface (not part of robust mutexes)rpj
2011-03-25Robust mutex streamliningrpj
2011-03-25Terminating thread robust signaling changesrpj
2011-03-24First pass of robust mutexesrpj
2011-03-12Use C ++/-- operatorsrpj
2011-03-10Replace global Critical Sections with MCS Queue locksrpj
2011-03-09*** empty log message ***rpj
2011-03-07Fix C++ exception throw warningsrpj
2011-03-07exception handling and c++ castsrpj
2011-03-0664 bit compatibility (mingw64)rpj
2011-03-04Function name changerpj
2011-03-03Some cleanups, mostly x86_64 compat plus interlocked macrosrpj
2010-06-20See ChangeLogs: preparing for new release.rpj
2010-02-15Comments and code style changesrpj
2007-01-06See ChangeLogrpj
2007-01-05Added more Win64 supportrpj
2005-06-03''rpj
2005-05-27''rpj
2005-05-08''rpj
2005-05-06''rpj
2005-04-28''rpj
2005-04-26''rpj
2005-04-25''rpj
2005-04-25Fix NEED_SEM code (WinCE)rpj
2005-04-01''rpj
2005-03-12New design for pthread_once (with cancelability); ABI changerpj
2005-03-08compiler compatibility and bug fixesrpj
2005-01-01Copyright year updatedrpj
2004-11-22Copyright updaterpj
2004-11-03Mutex, semaphore, thread ID, test suite changes - see ChangeLogsrpj
2004-10-22Changes to mutexes and semaphores - considered alpha for nowrpj
2004-10-19Semaphore speedups - alpha, but passes testsuiterpj
2004-10-16Mutex speedups cont'drpj
2004-10-08Mutex speedupsrpj
2004-10-01Mutex speedupsrpj
2004-09-13Clarify behaviour and remove some redundant code - see ChangeLogsrpj
2004-06-22Add PTHREAD_{RECURSIVE,ERRORCHECK}_MUTEX_INITIALIZER{,_NP}snap-2004-06-22rpj
2004-05-28''rpj
2004-05-17''rpj
2004-05-17''rpj
2004-05-17re-indentation, bug fixes, hooks for pre-emptive async cancelationrpj
2003-10-15Add Watcom compiler compatibility.rpj
2003-09-18Cleanup and fixes to thread priority management. Other minor changes.snap-2003-09-18rpj
2003-08-19Updated Copyright notice (date and contact address).rpj
2003-08-14Reuse of thread IDs, improved thread ID validation, new tests, bug fixes.rpj
2002-02-20implement.h: Refine use of _LPLONG and _LONG.rpj
2002-02-18Major reorganisation of source code; new routine and tests added.rpj
2002-02-08Copyright notice updates; module splitting; POSIX versionrpj
2002-01-312002-01-27 Ross Johnson <rpj@special.ise.canberra.edu.au>rpj
2002-01-08 * mutex.c (pthread_mutex_trylock): userpj