summaryrefslogtreecommitdiffstats
path: root/test/thread_id.c
Commit message (Expand)AuthorAgeFilesLines
* Much normalization with develop (#701)Dana Robinson2021-05-281-9/+9
* Updates license url and history docsDana Robinson2021-03-251-1/+1
* Formats the source and updates the gcc warning pragmasDana Robinson2021-03-251-31/+25
* Trim trailing whitespaceQuincey Koziol2020-05-201-1/+1
* Complete the comment on thread_main(), explaining why the barrier is used.David Young2020-05-201-1/+9
* The first implementation seemed to allow for the possibility that a threadDavid Young2020-05-201-1/+8
* Test the right condition for the EBUSY return in pthread_barrier_destroy().David Young2020-05-201-1/+1
* s/exit_failure/EXIT_FAILURE/gDavid Young2020-05-201-2/+2
* Implement pthread_barrier(3) for Darwin using a counter, condition variable,David Young2020-05-201-0/+123
* Use HD prefix.David Young2020-05-201-13/+13
* Provide local copies of err(3)- and errx(3)-alike functionsDavid Young2020-05-201-7/+37
* Oops, the test has to return success in the unimplemented case.David Young2020-05-201-3/+2
* src/H5Eint.c: #include H5TSprivate.h for H5TS_thread_id() definitions.David Young2020-05-201-2/+2
* Change thread IDs to uint64_t from unsigned long, per Quincey's suggestion.David Young2020-05-201-5/+6
* Replace pthread_self_ulong() with H5TS_thread_id(). The POSIX ThreadsDavid Young2020-05-201-0/+162