Lines Matching refs:thread1
98 11 void thread1(void)
107 ``x`` must complete before ``thread1()`` stores to ``y``, so that
715 11 void thread1(void)
725 After ``thread0()`` and ``thread1()`` execute concurrently, it is quite
770 13 void thread1(void)
779 ``thread1()`` function's update, the ``WARN_ON()`` could never fire. But
781 aside from subsequent grace periods, of which ``thread1()`` has none, so
830 9 void thread1(void)
873 9 void thread1(void)
896 before the end of ``thread1()``'s grace period. If in addition
899 that ``(r2 == 1)``, then the end of ``thread1()``'s grace period must
931 9 void thread1(void)