MCPcopy Create free account
hub / github.com/F-Stack/f-stack / epoch_block

Function epoch_block

freebsd/contrib/ck/src/ck_epoch.c:410–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408}
409
410CK_CC_FORCE_INLINE static void
411epoch_block(struct ck_epoch *global, struct ck_epoch_record *cr,
412 ck_epoch_wait_cb_t *cb, void *ct)
413{
414
415 if (cb != NULL)
416 cb(global, cr, ct);
417
418 return;
419}
420
421/*
422 * This function must not be called with-in read section.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected