Lines Matching full:same
101 /// If multiple threads map the same page at the same time, then they may reference with
103 /// still the same for these purposes (e.g., it's still a data race if they both write to the
104 /// same underlying byte at the same time).
142 /// If multiple threads map the same page at the same time, then they may reference with
144 /// still the same for these purposes (e.g., it's still a data race if they both write to the
145 /// same underlying byte at the same time).
173 /// * Callers must ensure that this call does not race with a write to the same page that
195 /// * Callers must ensure that this call does not race with a read or write to the same page
215 /// Callers must ensure that this call does not race with a read or write to the same page that
238 /// Callers must ensure that this call does not race with a read or write to the same page that