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

Function ParallelSlotClearHandler

src/include/fe_utils/parallel_slot.h:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54static inline void
55ParallelSlotClearHandler(ParallelSlot *slot)
56{
57 slot->handler = NULL;
58 slot->handler_context = NULL;
59}
60
61extern ParallelSlot *ParallelSlotsGetIdle(ParallelSlotArray *slots,
62 const char *dbname);

Callers 1

wait_on_slotsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected