summaryrefslogtreecommitdiff
path: root/pthread_mutex_trylock.c
AgeCommit message (Collapse)Author
2003-08-19Updated Copyright notice (date and contact address).rpj
2002-12-112002-12-11 Thomas Pfaff <tpfaff@gmx.net>rpj
* pthread_mutex_trylock.c: Should return EBUSY rather than EDEADLK. * pthread_mutex_destroy.c: Remove redundant ownership test (the trylock call does this for us); do not destroy a recursively locked mutex.
2002-02-18Major reorganisation of source code; new routine and tests added.rpj