Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-17 | re-indentation, bug fixes, hooks for pre-emptive async cancelation | rpj | |
2003-08-19 | Updated Copyright notice (date and contact address). | rpj | |
2003-06-21 | pthread_mutex_destroy.c (pthread_mutex_destroy): When called | rpj | |
with a recursive mutex that was locked by the current thread, the function was failing with a success return code. | |||
2002-12-11 | 2002-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-20 | Changes to comments. | rpj | |
2002-02-18 | Major reorganisation of source code; new routine and tests added. | rpj | |