cvs commit: src/lib/libthr/thread thr_mutex.c

Mike Makonnen mtm at FreeBSD.org
Tue Jul 1 19:05:24 PDT 2003


mtm         2003/07/01 19:05:23 PDT

  FreeBSD src repository

  Modified files:
    lib/libthr/thread    thr_mutex.c 
  Log:
  Begin making libthr async signal safe.
  
  Create a private, single underscore, version of pthread_mutex_unlock for libc.
  pthread_mutex_lock already has one. These versions are different from the
  ones that applications will link against because they block all signals
  from the time a call to lock the mutex is made until it is successfully
  unlocked.
  
  Revision  Changes    Path
  1.15      +22 -2     src/lib/libthr/thread/thr_mutex.c


More information about the cvs-src mailing list