Return whether a pin is in flight for the page.
| 396 | |
| 397 | // Return whether a pin is in flight for the page. |
| 398 | static bool PinInFlight(PageHandle* page) { |
| 399 | return page->page_->pin_in_flight.Load(); |
| 400 | } |
| 401 | |
| 402 | // Return the path of the temporary file backing the page. |
| 403 | static string TmpFilePath(PageHandle* page) { |