summaryrefslogtreecommitdiff
path: root/spin.c
AgeCommit message (Expand)Author
2005-01-01Copyright year updatedrpj
2004-11-22Copyright updaterpj
2004-05-17re-indentation, bug fixes, hooks for pre-emptive async cancelationrpj
2003-08-19Updated Copyright notice (date and contact address).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
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-10-15 * spin.c (pthread_spin_lock): PTHREAD_SPINLOCK_INITIALIZERrpj
2001-10-12 * spin.c (pthread_spin_unlock): Was not returningrpj
2001-10-08pthread_spin_trylock was not returning EBUSY on multi CPU machines.rpj
2001-07-10Untested revamp of barrier.c.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