From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 97908 invoked by alias); 31 Oct 2019 20:51:10 -0000 Mailing-List: contact glibc-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: glibc-cvs-owner@sourceware.org List-Subscribe: Received: (qmail 97890 invoked by uid 9943); 31 Oct 2019 20:51:10 -0000 Date: Thu, 31 Oct 2019 20:51:00 -0000 Message-ID: <20191031205110.97889.qmail@sourceware.org> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Adhemerval Zanella To: glibc-cvs@sourceware.org Subject: [glibc] Deleted branch azanella/pthread_clockjoin_np X-Act-Checkin: glibc X-Git-Author: Adhemerval Zanella X-Git-Refname: refs/heads/azanella/pthread_clockjoin_np X-Git-Oldrev: 3a99798b4545c215799f26e475c5b00a6e22615b X-Git-Newrev: 0000000000000000000000000000000000000000 X-SW-Source: 2019-q4/txt/msg00236.txt.bz2 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 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 commit c2aceaa1cc119a5cf0448892ff71bcacaae9a9fc Author: Mike Crowe 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 commit fab183ebfe5fbd4ac00955d95e26ba95e8c4a745 Author: Mike Crowe Date: Thu Oct 31 09:08:57 2019 -0300 manual: Add documentation for pthread_tryjoin_np and pthread_timedjoin_np Reviewed-by: Adhemerval Zanella commit a2b8a325331a1d0e0fe09ba055fe2056f533f808 Author: Mike Crowe 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