summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_group_writer.c
diff options
context:
space:
mode:
authorSongyu Lu <songyulu@hdfgroup.org>2021-04-05 16:29:15 (GMT)
committerSongyu Lu <songyulu@hdfgroup.org>2021-04-05 16:29:15 (GMT)
commitda80917711737e600fceda8f1068f0b35f2eda25 (patch)
tree4fa2a8c59c7ecf90a76dd830ad3f81e768d03b94 /test/vfd_swmr_group_writer.c
parent209a194993925166dd70815059e437074a3c2be4 (diff)
downloadhdf5-da80917711737e600fceda8f1068f0b35f2eda25.zip
hdf5-da80917711737e600fceda8f1068f0b35f2eda25.tar.gz
hdf5-da80917711737e600fceda8f1068f0b35f2eda25.tar.bz2
Two main changes include: re-arranging the communication between the writer and reader through the named pipes; using the error report consistent with other tests.
Diffstat (limited to 'test/vfd_swmr_group_writer.c')
-rw-r--r--test/vfd_swmr_group_writer.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/vfd_swmr_group_writer.c b/test/vfd_swmr_group_writer.c
index aa87b72f..ab1c1a4 100644
--- a/test/vfd_swmr_group_writer.c
+++ b/test/vfd_swmr_group_writer.c
@@ -245,15 +245,6 @@ verify_group(state_t *s, unsigned int which)
return result;
}
-/* Sleep for `tenths` tenths of a second */
-static void
-decisleep(uint32_t tenths)
-{
- uint64_t nsec = tenths * 100 * 1000 * 1000;
-
- H5_nanosleep(nsec);
-}
-
int
main(int argc, char **argv)
{