summaryrefslogtreecommitdiffstats
path: root/examples/h5_rdwt.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-05-12 19:20:55 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-05-12 19:20:55 (GMT)
commitbf5dde71cbebd94fd7a6f12fc4048a0648f41c5b (patch)
tree3315f33b21efa3f815dc80c6c0dd7308a278be62 /examples/h5_rdwt.c
parentdc9774a6424eea7323771d84c2bf86fcca7f1ea8 (diff)
parente399be1e9156840aa0664323dfc00a93ac43575c (diff)
downloadhdf5-bf5dde71cbebd94fd7a6f12fc4048a0648f41c5b.zip
hdf5-bf5dde71cbebd94fd7a6f12fc4048a0648f41c5b.tar.gz
hdf5-bf5dde71cbebd94fd7a6f12fc4048a0648f41c5b.tar.bz2
Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_12)
* commit 'e399be1e9156840aa0664323dfc00a93ac43575c': Complete the comment on thread_main(), explaining why the barrier is used. The first implementation seemed to allow for the possibility that a thread could block at the barrier, wake and exit the barrier, re-acquire the barrier lock and increase `nentered` before the other blocked threads woke and checked `nentered % count == 0`. Then the other blocked threads would check `nentered % count == 0` and, finding it false, go back to sleep in the barrier. This new implementation waits for a looser condition to obtain so that threads don't go back to sleep in the barrier. Test the right condition for the EBUSY return in pthread_barrier_destroy(). s/exit_failure/EXIT_FAILURE/g Implement pthread_barrier(3) for Darwin using a counter, condition variable, and mutex. Untested. Use HD prefix. Provide local copies of err(3)- and errx(3)-alike functions for Visual Studio compatibility. Oops, the test has to return success in the unimplemented case. src/H5Eint.c: #include H5TSprivate.h for H5TS_thread_id() definitions. Remove tongue-in-cheek credit for Rusty Shackleford and Dale Alvin Gribble. Follow HDF5 conventions. Make sure that H5TS_thread_id() is available as either a function or a macro in all configurations. Use a naked pthread_self() call in the HDF5 thread wrappers. If H5_HAVE_THREADSAFE is not #defined, define nothing but a stub implementation of H5TS_thread_id().
Diffstat (limited to 'examples/h5_rdwt.c')
0 files changed, 0 insertions, 0 deletions