Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jul 2003 19:05:23 -0700 (PDT)
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
Message-ID:  <200307020205.h6225NTl040792@repoman.freebsd.org>

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



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