summaryrefslogtreecommitdiffstats
path: root/test/thread_id.c
Commit message (Expand)AuthorAgeFilesLines
* Change thread IDs to uint64_t from unsigned long, per Quincey's suggestion.David Young2020-05-061-5/+6
* Replace pthread_self_ulong() with H5TS_thread_id(). The POSIX ThreadsDavid Young2020-05-061-0/+162