Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Provide local copies of err(3)- and errx(3)-alike functions | David Young | 2020-05-20 | 1 | -7/+37 |
* | Oops, the test has to return success in the unimplemented case. | David Young | 2020-05-20 | 1 | -3/+2 |
* | src/H5Eint.c: #include H5TSprivate.h for H5TS_thread_id() definitions. | David Young | 2020-05-20 | 1 | -2/+2 |
* | Change thread IDs to uint64_t from unsigned long, per Quincey's suggestion. | David Young | 2020-05-20 | 1 | -5/+6 |
* | Replace pthread_self_ulong() with H5TS_thread_id(). The POSIX Threads | David Young | 2020-05-20 | 1 | -0/+162 |