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

Function GetNumRegisteredWaitEvents

src/backend/storage/ipc/latch.c:2099–2103  ·  view source on GitHub ↗

* Get the number of wait events registered in a given WaitEventSet. */

Source from the content-addressed store, hash-verified

2097 * Get the number of wait events registered in a given WaitEventSet.
2098 */
2099int
2100GetNumRegisteredWaitEvents(WaitEventSet *set)
2101{
2102 return set->nevents;
2103}
2104
2105#if defined(WAIT_USE_POLL)
2106

Callers 2

ExecAppendAsyncEventWaitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected