ready             422 maint/gnulib/tests/test-lock.c static int ready[THREAD_COUNT];
ready             451 maint/gnulib/tests/test-lock.c       ready[id] = 1;
ready             488 maint/gnulib/tests/test-lock.c       ready[i] = 0;
ready             519 maint/gnulib/tests/test-lock.c               ready_count += ready[i];
ready             549 maint/gnulib/tests/test-lock.c           ready[i] = 0;
ready             314 maint/gnulib/tests/test-mtx.c static int ready[THREAD_COUNT];
ready             343 maint/gnulib/tests/test-mtx.c       ready[id] = 1;
ready             380 maint/gnulib/tests/test-mtx.c       ready[i] = 0;
ready             412 maint/gnulib/tests/test-mtx.c               ready_count += ready[i];
ready             442 maint/gnulib/tests/test-mtx.c           ready[i] = 0;
ready              89 maint/gnulib/tests/test-pthread-once2.c static int ready[THREAD_COUNT];
ready             118 maint/gnulib/tests/test-pthread-once2.c       ready[id] = 1;
ready             157 maint/gnulib/tests/test-pthread-once2.c       ready[i] = 0;
ready             192 maint/gnulib/tests/test-pthread-once2.c               ready_count += ready[i];
ready             222 maint/gnulib/tests/test-pthread-once2.c           ready[i] = 0;