summaryrefslogtreecommitdiffstats
path: root/test/thread_id.c
Commit message (Expand)AuthorAgeFilesLines
* Use HD prefix.David Young2020-02-121-13/+13
* Provide local copies of err(3)- and errx(3)-alike functionsDavid Young2020-02-071-7/+37
* Oops, the test has to return success in the unimplemented case.David Young2020-02-061-3/+2
* src/H5Eint.c: #include H5TSprivate.h for H5TS_thread_id() definitions.David Young2020-02-031-2/+2
* Change thread IDs to uint64_t from unsigned long, per Quincey's suggestion.David Young2020-02-031-5/+6
* Replace pthread_self_ulong() with H5TS_thread_id(). The POSIX ThreadsDavid Young2020-02-031-0/+162