cvs commit: src/lib/libthr/thread thr_mutex.c src/share/man/man3
Makefile pthread.3
Mike Makonnen
mtm at FreeBSD.org
Tue Dec 30 00:45:03 PST 2003
mtm 2003/12/30 00:44:55 PST
FreeBSD src repository
Modified files:
lib/libthr/thread thr_mutex.c
share/man/man3 Makefile pthread.3
Log:
o Implement pthread_mutex_timedlock(), which does not block indefinitely on
a mutex locked by another thread.
o document it: pthread_mutex_timedlock(3)
Revision Changes Path
1.20 +32 -0 src/lib/libthr/thread/thr_mutex.c
1.25 +5 -0 src/share/man/man3/Makefile
1.23 +5 -0 src/share/man/man3/pthread.3
More information about the cvs-src
mailing list