mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
nptl: Add first-line description for barrier tests.
This commit is contained in:
parent
12c3bb770d
commit
019bf21ca7
@ -1,3 +1,11 @@
|
||||
2016-01-15 Torvald Riegel <triegel@redhat.com>
|
||||
|
||||
* nptl/tst-barrier1.c: Add description on first line.
|
||||
* nptl/tst-barrier2.c: Likewise.
|
||||
* nptl/tst-barrier3.c: Likewise.
|
||||
* nptl/tst-barrier4.c: Likewise.
|
||||
* nptl/tst-barrier5.c: Likewise.
|
||||
|
||||
2016-01-15 Torvald Riegel <triegel@redhat.com>
|
||||
|
||||
[BZ #18868]
|
||||
|
@ -1,4 +1,5 @@
|
||||
/* Copyright (C) 2002-2016 Free Software Foundation, Inc.
|
||||
/* Tests barrier initialization.
|
||||
Copyright (C) 2002-2016 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
/* Copyright (C) 2002-2016 Free Software Foundation, Inc.
|
||||
/* Tests process-shared barriers.
|
||||
Copyright (C) 2002-2016 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
/* Copyright (C) 2002-2016 Free Software Foundation, Inc.
|
||||
/* Test of POSIX barriers.
|
||||
Copyright (C) 2002-2016 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
|
||||
|
||||
@ -16,8 +17,6 @@
|
||||
License along with the GNU C Library; if not, see
|
||||
<http://www.gnu.org/licenses/>. */
|
||||
|
||||
/* Test of POSIX barriers. */
|
||||
|
||||
#include <pthread.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -1,4 +1,5 @@
|
||||
/* Copyright (C) 2004-2016 Free Software Foundation, Inc.
|
||||
/* This tests destruction of a barrier right after waiting on it.
|
||||
Copyright (C) 2004-2016 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
|
||||
|
||||
@ -16,7 +17,6 @@
|
||||
License along with the GNU C Library; if not, see
|
||||
<http://www.gnu.org/licenses/>. */
|
||||
|
||||
/* This tests destruction of a barrier right after waiting on it. */
|
||||
#include <errno.h>
|
||||
#include <pthread.h>
|
||||
#include <stdio.h>
|
||||
|
@ -1,4 +1,5 @@
|
||||
/* Copyright (C) 2004-2015 Free Software Foundation, Inc.
|
||||
/* This tests the barrier reset mechanism.
|
||||
Copyright (C) 2004-2015 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -15,7 +16,6 @@
|
||||
License along with the GNU C Library; if not, see
|
||||
<http://www.gnu.org/licenses/>. */
|
||||
|
||||
/* This tests the barrier reset mechanism. */
|
||||
#include <errno.h>
|
||||
#include <pthread.h>
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user