Lines Matching refs:thread1
98 11 void thread1(void)
107 ``x`` must complete before thread1() stores to ``y``, so that
716 11 void thread1(void)
726 After thread0() and thread1() execute concurrently, it is quite
771 13 void thread1(void)
780 thread1() function's update, the WARN_ON() could never fire. But
782 aside from subsequent grace periods, of which thread1() has none, so
831 9 void thread1(void)
874 9 void thread1(void)
897 before the end of thread1()'s grace period. If in addition
900 that ``(r2 == 1)``, then the end of thread1()'s grace period must
932 9 void thread1(void)