Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Nov 2000 05:12:45 -0800 (PST)
From:      Daniel Eischen <deischen@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc_r/uthread uthread_mutex.c uthread_sig.c
Message-ID:  <200011201312.FAA46047@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
deischen    2000/11/20 05:12:45 PST

  Modified files:
    lib/libc_r/uthread   uthread_mutex.c uthread_sig.c 
  Log:
  Change a "while {}" loop to a "do {} while" to allow it to be
  executed at least once, fixing pthread_mutex_lock() for recursive
  mutex lock attempts.
  
  Correctly set a threads signal mask while it is executing a signal
  handler.  The mask should be the union of its current mask, the
  signal being handled, and the mask from the signal action.
  
  Reported by: Dan Nelson <dnelson@emsphone.com>
  
  MFC Candidate
  
  Revision  Changes    Path
  1.27      +4 -4      src/lib/libc_r/uthread/uthread_mutex.c
  1.32      +5 -1      src/lib/libc_r/uthread/uthread_sig.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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