Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | |
2019-11-01 | nptl: Add pthread_clockjoin_np | Mike Crowe | |
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> |