Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Dec 2003 00:44:55 -0800 (PST)
From:      Mike Makonnen <mtm@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libthr/thread thr_mutex.c src/share/man/man3 Makefile pthread.3
Message-ID:  <200312300844.hBU8itgi067434@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312300844.hBU8itgi067434>