Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
static inline void
55
ParallelSlotClearHandler(ParallelSlot *slot)
56
{
57
slot->handler = NULL;
58
slot->handler_context = NULL;
59
}
60
61
extern ParallelSlot *ParallelSlotsGetIdle(ParallelSlotArray *slots,
62
const char *dbname);
Callers
1
wait_on_slots
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected