MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / CRON_WakeUp

Function CRON_WakeUp

src/cron/cron.c:92–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92static void CRON_WakeUp(void) {
93 // Set conditional variable to wake up CRON thread
94 pthread_mutex_lock(&cron->condv_mutex);
95 pthread_cond_signal(&cron->condv);
96 pthread_mutex_unlock(&cron->condv_mutex);
97}
98
99// determines if task is due
100static bool CRON_TaskDue

Callers 2

CRON_InsertTaskFunction · 0.85
Cron_StopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected