about summary refs log tree commit diff
path: root/sysdeps/pthread/tst-cnd-basic.c
Commit message (Collapse)AuthorAgeFilesLines
* C11 threads: Move implementation to sysdeps/pthreadSamuel Thibault2020-02-091-0/+80
so it gets shared by nptl and htl. Also add htl versions of thrd_current and thrd_yield. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>