summaryrefslogtreecommitdiff
path: root/pthread_mutex_lock.c
AgeCommit message (Collapse)Author
2003-08-19Updated Copyright notice (date and contact address).rpj
2003-03-04Indenting.rpj
2002-12-17 * pthread_mutex_lock.c (ptw32_semwait): New static routine to providerpj
a non-cancelable sem_wait() function. This is consistent with the way that pthread_mutex_timedlock.c does it. (pthread_mutex_lock): Use ptw32_semwait() instead of sem_wait().
2002-02-18Major reorganisation of source code; new routine and tests added.rpj