mbox

[hurd,commited,0/3] pthread_cond fixes

Message ID 20200601173959.484096-1-samuel.thibault@ens-lyon.org
Headers

Message

Samuel Thibault June 1, 2020, 5:39 p.m. UTC
  Samuel Thibault (3):
  tst-cond11: Fix build with _SC_MONOTONIC_CLOCK > 0
  htl: Enable more cond tests
  htl: Make pthread_cond_destroy wait for threads to be woken

 nptl/Makefile                                  |  2 +-
 sysdeps/htl/bits/types/struct___pthread_cond.h |  4 ++--
 sysdeps/htl/pt-cond-destroy.c                  | 18 +++++++++++++++---
 sysdeps/htl/pt-cond-timedwait.c                | 11 +++++++++++
 sysdeps/mach/hurd/htl/pt-hurd-cond-timedwait.c | 11 +++++++++++
 sysdeps/pthread/Makefile                       |  4 ++--
 sysdeps/pthread/tst-cond11.c                   |  2 +-
 {nptl => sysdeps/pthread}/tst-cond20.c         |  0
 {nptl => sysdeps/pthread}/tst-cond21.c         |  0
 9 files changed, 43 insertions(+), 9 deletions(-)
 rename {nptl => sysdeps/pthread}/tst-cond20.c (100%)
 rename {nptl => sysdeps/pthread}/tst-cond21.c (100%)