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

Function CRON_Peek

src/cron/cron.c:111–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111static CRON_TASK *CRON_Peek() {
112 pthread_mutex_lock(&cron->mutex);
113 CRON_TASK *task = Heap_peek(cron->tasks);
114 pthread_mutex_unlock(&cron->mutex);
115 return task;
116}
117
118static bool CRON_RemoveTask
119(

Callers 1

Cron_RunFunction · 0.85

Calls 1

Heap_peekFunction · 0.85

Tested by

no test coverage detected