diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-06-06 20:50:18 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-06-06 20:50:18 (GMT) |
commit | 90bc20edb598f4cb787b03d20a7ff6c2b9466ab0 (patch) | |
tree | d1466d89a2f433895752e22646e915e68980522f /INSTALL_TFLOPS | |
parent | 8cb2d8c6af82b128d06e56f430562d80764b00ec (diff) | |
download | hdf5-90bc20edb598f4cb787b03d20a7ff6c2b9466ab0.zip hdf5-90bc20edb598f4cb787b03d20a7ff6c2b9466ab0.tar.gz hdf5-90bc20edb598f4cb787b03d20a7ff6c2b9466ab0.tar.bz2 |
[svn-r2348] The way the pthread_t object was being initialized wasn't correct for all
platforms. Also, it's not entirely certain that a value of 0 isn't a
valid thread ID. So, I changed the pthread_t object to be a pointer to
pthread_t with the appropriate memory management this entails. Part of
the validity of this approach rests on the fact that one can assign a
variable which is a structure to another variable of the same type and
all fields within will be copied appropriately...See! C *does* do some
things correctly :-).
Diffstat (limited to 'INSTALL_TFLOPS')
0 files changed, 0 insertions, 0 deletions