about summary refs log tree commit diff
path: root/nptl/tst-join13.c
Commit message (Collapse)AuthorAgeFilesLines
* pthread: Move some join tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-101-1/+1
| | | | So they can be checked with htl too.
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
|
* nptl: Add pthread_clockjoin_npMike Crowe2019-11-011-0/+21
Introduce pthread_clockjoin_np as a version of pthread_timedjoin_np that accepts a clockid_t parameter to indicate which clock the timeout should be measured against. This mirrors the recently-added POSIX-proposed "clock" wait functions. Checked on x86_64-linux-gnu. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>