MCPcopy Create free account
hub / github.com/apache/cloudberry / pgstat_report_wait_end

Function pgstat_report_wait_end

src/include/utils/wait_event.h:302–307  ·  view source on GitHub ↗

---------- * pgstat_report_wait_end() - * * Called to report end of a wait. * ---------- */

Source from the content-addressed store, hash-verified

300 * ----------
301 */
302static inline void
303pgstat_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 */

Callers 15

KmgrWriteCryptoKeysFunction · 0.85
load_relmap_fileFunction · 0.85
write_relmap_fileFunction · 0.85
CreateLockFileFunction · 0.85
AddToDataDirLockFileFunction · 0.85
RecheckDataDirLockFileFunction · 0.85
ResCheckSelfDeadLockFunction · 0.85
groupWaitCancelFunction · 0.85
basebackup_read_fileFunction · 0.85
WalSndErrorCleanupFunction · 0.85
SendTimeLineHistoryFunction · 0.85
SaveSlotToPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected