This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[glibc] Deleted branch azanella/pthread_clockjoin_np


The branch 'azanella/pthread_clockjoin_np' was deleted.
It previously pointed to:

 3a99798... nptl: Add pthread_timedjoin_np, pthread_clockjoin_np NULL t

Diff:

!!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST):
-------------------------------------------------------------------

  3a99798... nptl: Add pthread_timedjoin_np, pthread_clockjoin_np NULL t
  c2aceaa... nptl: Add pthread_clockjoin_np
  fab183e... manual: Add documentation for pthread_tryjoin_np and pthrea
  a2b8a32... nptl: Convert tst-join3 to use libsupport

commit 3a99798b4545c215799f26e475c5b00a6e22615b
Author: Mike Crowe <mac@mcrowe.com>
Date:   Thu Oct 31 10:05:17 2019 -0300

    nptl: Add pthread_timedjoin_np, pthread_clockjoin_np NULL timeout test
    
    Passing NULL as the timeout parameter to pthread_timedjoin_np has resulted
    in it behaving like pthread_join for a long time. Since that is now the
    documented behaviour, we ought to test that both it and the new
    pthread_clockjoin_np support it.
    
    Checked on x86_64-linux-gnu.
    
    Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>

commit c2aceaa1cc119a5cf0448892ff71bcacaae9a9fc
Author: Mike Crowe <mac@mcrowe.com>
Date:   Thu Oct 31 10:03:21 2019 -0300

    nptl: Add pthread_clockjoin_np
    
    Introduce pthread_clockjoin_np as a version of pthread_timedjoin_np that
    accepts a clockid_t parameter to indicate which clock the timeout should be
    measured against. This mirrors the recently-added POSIX-proposed "clock"
    wait functions.
    
    Checked on x86_64-linux-gnu.
    
    Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>

commit fab183ebfe5fbd4ac00955d95e26ba95e8c4a745
Author: Mike Crowe <mac@mcrowe.com>
Date:   Thu Oct 31 09:08:57 2019 -0300

    manual: Add documentation for pthread_tryjoin_np and pthread_timedjoin_np
    
    Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>

commit a2b8a325331a1d0e0fe09ba055fe2056f533f808
Author: Mike Crowe <mac@mcrowe.com>
Date:   Thu Oct 31 09:08:10 2019 -0300

    nptl: Convert tst-join3 to use libsupport
    
    Checked on x86_64-linux-gnu.
    
    Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]