* tests/test-cnd.c (EXPLICIT_YIELD): Fix typo in comment.
* tests/test-tss.c (EXPLICIT_YIELD): Likewise.
* tests/test-thread_local.c (EXPLICIT_YIELD): Likewise.
#define DO_TEST_TIMEDCOND 1
-/* Whether to help the scheduler through explicit yield().
+/* Whether to help the scheduler through explicit thrd_yield().
Uncomment this to see if the operating system has a fair scheduler. */
#define EXPLICIT_YIELD 1
#ifdef thread_local
-/* Whether to help the scheduler through explicit yield().
+/* Whether to help the scheduler through explicit thrd_yield().
Uncomment this to see if the operating system has a fair scheduler. */
#define EXPLICIT_YIELD 1
#include <config.h>
-/* Whether to help the scheduler through explicit yield().
+/* Whether to help the scheduler through explicit thrd_yield().
Uncomment this to see if the operating system has a fair scheduler. */
#define EXPLICIT_YIELD 1