summaryrefslogtreecommitdiffstats
path: root/src/H5TS.c
Commit message (Expand)AuthorAgeFilesLines
* Minor normalization with 1.10 branchDana Robinson2020-07-271-0/+1
* Trim trailing whitespaceQuincey Koziol2020-04-201-15/+15
* Merge pull request #2363 in HDFFV/hdf5 from ~DYOUNG/werror:thread_id to developDavid Young2020-04-011-39/+77
|\
| * Remove tongue-in-cheek credit for Rusty Shackleford and Dale Alvin Gribble.David Young2020-02-101-21/+0
| * Follow HDF5 conventions.David Young2020-02-071-30/+89
* | Merge pull request #2351 in HDFFV/hdf5 from ~DYOUNG/werror:b-bye-HDpthread_se...David Young2020-03-051-2/+2
|\ \
| * | Use a naked pthread_self() call in the HDF5 thread wrappers.David Young2020-02-061-2/+2
| |/
* | Make sure that H5TS_thread_id() is available as either a function or a macro inDavid Young2020-02-071-9/+0
|/
* Change thread IDs to uint64_t from unsigned long, per Quincey's suggestion.David Young2020-02-031-8/+8
* Replace pthread_self_ulong() with H5TS_thread_id(). The POSIX ThreadsDavid Young2020-02-031-0/+119
* Normalization with vol_integration (test code and H5Xtest.c)Dana Robinson2018-09-201-5/+1
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-03-181-2/+1
|\
* | Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-0/+16
|/
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* [svn-r29842] Description:Quincey Koziol2016-04-301-1/+4
* [svn-r28761] Description:Quincey Koziol2016-01-011-9/+8
* [svn-r27768] Description:Quincey Koziol2015-09-141-2/+3
* [svn-r26649] squish warnings.Mohamad Chaarawi2015-03-301-1/+1
* [svn-r24961] Updates to Win32 thread-local storage cleanup when the thread-sa...Dana Robinson2014-04-041-64/+161
* [svn-r21816] Fix for JIRA HDFFV-7780Dana Robinson2011-12-061-2/+11
* [svn-r21366] JIRA HDFFV-2748 replace use of _WIN32 in source. Created new def...Allen Byrne2011-09-061-19/+19
* [svn-r21353] HDFFV-4018: static function for windows and pthreadsAllen Byrne2011-09-011-0/+6
* [svn-r19384] Description:Quincey Koziol2010-09-151-46/+47
* [svn-r19367] Purpose:Mike McGreevy2010-09-101-27/+112
* [svn-r15165] Purpose: Create new HDpthread_self and HDpthread_self_ulong macrosScott Wegner2008-06-061-2/+2
* [svn-r14422] Description:Quincey Koziol2008-01-151-3/+2
* [svn-r14419] Description:Quincey Koziol2008-01-151-33/+21
* [svn-r13253] Updated all C and C++ style source code files with the THG copyr...Albert Cheng2007-02-071-2/+3
* [svn-r12320] Purpose:Quincey Koziol2006-05-021-1/+1
* [svn-r11733] Purpose:Quincey Koziol2005-11-161-25/+11
* [svn-r11245] Purpose:Quincey Koziol2005-08-131-7/+7
* [svn-r9727] Purpose:Quincey Koziol2004-12-291-0/+2
* [svn-r9208] Purpose: Bug fixRaymond Lu2004-09-041-3/+3
* [svn-r8731] Purpose:Quincey Koziol2004-06-231-2/+0
* [svn-r7305] Purpose:Quincey Koziol2003-08-081-8/+6
* [svn-r7265] *** empty log message ***Raymond Lu2003-07-261-17/+10
* [svn-r7256] Purpose: gradual checkin for error apiRaymond Lu2003-07-231-1/+7
* [svn-r6546] Purpose:Bill Wendling2003-03-311-11/+13
* [svn-r6383] Purpose:Quincey Koziol2003-02-071-37/+36
* [svn-r3781] Purpose:Bill Wendling2001-04-051-3/+3
* [svn-r3677] Purpose:Albert Cheng2001-03-201-4/+0
* [svn-r2348] The way the pthread_t object was being initialized wasn't correct...Bill Wendling2000-06-061-12/+25
* [svn-r2286] Gave the threading functions return types (herr_t). pthreads' callsBill Wendling2000-05-191-80/+150
* [svn-r2276] Modifed thread-safety code to more closely align with rest of HDF...Quincey Koziol2000-05-191-85/+113
* [svn-r2264] Added Thread-safe feature. This is the phase 1 implementationChee-Wai Lee2000-05-181-0/+243