---------- * pgstat_report_wait_end() - * * Called to report end of a wait. * ---------- */
| 300 | * ---------- |
| 301 | */ |
| 302 | static inline void |
| 303 | pgstat_report_wait_end(void) |
| 304 | { |
| 305 | /* see pgstat_report_wait_start() */ |
| 306 | *(volatile uint32 *) my_wait_event_info = 0; |
| 307 | } |
| 308 | |
| 309 | |
| 310 | #endif /* WAIT_EVENT_H */ |
no outgoing calls
no test coverage detected