index
:
pthreads-win32
Balau-changes
ROBUST_MUTEXES
bossom-merge-98-12-08
master
origin
pre-compiled-090898
release-1-backports
snap-1999-05-30-patches
snap-1999-05-30-wince-patches
snap-2000-12-29-patches
Unnamed repository; edit this file 'description' to name the repository.
Pixel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pthread_mutex_timedlock.c
Age
Commit message (
Collapse
)
Author
2011-03-24
First pass of robust mutexes
rpj
2005-04-25
''
rpj
2005-04-25
''
rpj
2005-01-25
Recursive mutex bug fix
rpj
2005-01-01
Copyright year updated
rpj
2004-11-22
Copyright update
rpj
2004-10-16
Mutex speedups cont'd
rpj
2004-10-08
Mutex speedups
rpj
2004-10-01
Mutex speedups
rpj
2004-06-22
Add PTHREAD_{RECURSIVE,ERRORCHECK}_MUTEX_INITIALIZER{,_NP}
snap-2004-06-22
rpj
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-03-04
* pthread_mutex_timedlock.c (pthread_mutex_timedlock): Fix failure to
rpj
set ownership of mutex on second grab after abstime timeout.
2002-12-17
* pthread_mutex_lock.c (ptw32_semwait): New static routine to provide
rpj
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-06-04
*** empty log message ***
rpj
2002-02-18
Major reorganisation of source code; new routine and tests added.
rpj