summaryrefslogtreecommitdiff
path: root/implement.h
AgeCommit message (Expand)Author
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
2002-01-07 * mutex.c (pthread_mutex_init): Remove criticalrpj
2002-01-04 * attr.c (pthread_attr_setscope): Add more errorrpj
2001-12-18Include an interim complete Copyright notice in each source file;rpj
2001-10-25 * GNUmakefile (libwsock32): Add to linker flags forrpj
2001-10-25 * barrier.c: Move _LONG and _LPLONG defines intorpj
2001-08-24 * condvar.c (pthread_cond_destroy): Remove cv elementrpj
2001-07-10Untested revamp of barrier.c.rpj
2001-07-09 * barrier.c: Revamped to fix the race condition. Two alternatingrpj
2001-07-08Barriers fixed and tested more extensively.rpj
2001-07-06Spinlocks and barriers fixed and working. Beta level.rpj
2001-07-05Fixups to last commit.rpj
2001-07-05Added new routines from POSIX 1003.1j. This is alpha level code.rpj
2001-07-012001-06-25 Ross Johnson <rpj@setup1.ise.canberra.edu.au>rpj
2001-06-19 * Made organisational-only changes to UWIN additions.rpj
2001-06-11 * semaphore.h (sem_t): Fixed for compile and test.rpj
2001-06-07 * semaphore.h (sem_t): Is now an opaque pointer;rpj