Home
last modified time | relevance | path

Searched refs:cancellationReceived (Results 1 – 2 of 2) sorted by relevance

/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/connection/
H A Dremote_commands.c807 bool cancellationReceived = false; in WaitForAllConnections() local
859 cancellationReceived = true; in WaitForAllConnections()
926 if (cancellationReceived) in WaitForAllConnections()
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/executor/
H A Dadaptive_executor.c708 eventCount, bool *cancellationReceived);
2294 bool cancellationReceived = false; in RunDistributedExecution() local
2318 while (!cancellationReceived && in RunDistributedExecution()
2378 ProcessWaitEvents(execution, events, eventCount, &cancellationReceived); in RunDistributedExecution()
2520 bool *cancellationReceived) in ProcessWaitEvents() argument
2550 *cancellationReceived = true; in ProcessWaitEvents()