public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] Deleted branch azanella/pthread_clockjoin_np
@ 2019-11-01 17:35 Adhemerval Zanella
  0 siblings, 0 replies; 3+ messages in thread
From: Adhemerval Zanella @ 2019-11-01 17:35 UTC (permalink / raw)
  To: glibc-cvs

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

 a2be131... nptl: Add pthread_timedjoin_np, pthread_clockjoin_np NULL t

Diff:

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

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

commit a2be1312a0986415e7fa917e8c764e12f29c55e5
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 d122475c836e0551af1e1b8b6a67e2ee4752bfc0
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>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [glibc] Deleted branch azanella/pthread_clockjoin_np
@ 2019-10-31 20:51 Adhemerval Zanella
  0 siblings, 0 replies; 3+ messages in thread
From: Adhemerval Zanella @ 2019-10-31 20:51 UTC (permalink / raw)
  To: glibc-cvs

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>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [glibc] Deleted branch azanella/pthread_clockjoin_np
@ 2019-10-31 14:24 Adhemerval Zanella
  0 siblings, 0 replies; 3+ messages in thread
From: Adhemerval Zanella @ 2019-10-31 14:24 UTC (permalink / raw)
  To: glibc-cvs

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

 2298539... nptl: Add pthread_timedjoin_np, pthread_clockjoin_np NULL t

Diff:

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

  2298539... nptl: Add pthread_timedjoin_np, pthread_clockjoin_np NULL t
  9a17fe3... nptl: Add pthread_clockjoin_np
  f2193fc... manual: Add documentation for pthread_tryjoin_np and pthrea
  7621b46... nptl: Convert tst-join3 to use libsupport

commit 2298539e19d9217e3e94a348bfcdc260d239ee36
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 9a17fe3be625a9ecf176ae4b62e59f967468253d
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 f2193fccd47dd370f8af28807f52c84f816dfb48
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 7621b46e258ed026560cf9aa4b593240505dfa5d
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>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-11-01 17:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-01 17:35 [glibc] Deleted branch azanella/pthread_clockjoin_np Adhemerval Zanella
  -- strict thread matches above, loose matches on Subject: below --
2019-10-31 20:51 Adhemerval Zanella
2019-10-31 14:24 Adhemerval Zanella

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).