Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jun 2000 14:20:48 -0700 (PDT)
From:      Jason Evans <jasone@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc_r/uthread pthread_private.h uthread_cancel.c uthread_cond.c uthread_info.c uthread_mutex.c uthread_resume_np.c uthread_suspend_np.c
Message-ID:  <200006272120.OAA67524@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jasone      2000/06/27 14:20:48 PDT

  Modified files:        (Branch: RELENG_4)
    lib/libc_r/uthread   pthread_private.h uthread_cancel.c 
                         uthread_cond.c uthread_info.c 
                         uthread_mutex.c uthread_resume_np.c 
                         uthread_suspend_np.c 
  Log:
  MFC: Don't allow pthread_suspend_np()/pthread_resume_np() to cause
  pthread_mutex_lock(), pthread_cond_trywait(), and pthread_cond_wait() to
  return EINTR.
  
  Revision  Changes    Path
  1.36.2.3  +13 -2     src/lib/libc_r/uthread/pthread_private.h
  1.3.2.2   +15 -10    src/lib/libc_r/uthread/uthread_cancel.c
  1.22.2.2  +23 -7     src/lib/libc_r/uthread/uthread_cond.c
  1.14.2.2  +18 -1     src/lib/libc_r/uthread/uthread_info.c
  1.20.2.2  +43 -17    src/lib/libc_r/uthread/uthread_mutex.c
  1.7.2.2   +27 -6     src/lib/libc_r/uthread/uthread_resume_np.c
  1.7.2.2   +13 -3     src/lib/libc_r/uthread/uthread_suspend_np.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?200006272120.OAA67524>