| 408 | } |
| 409 | |
| 410 | CK_CC_FORCE_INLINE static void |
| 411 | epoch_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. |
no outgoing calls
no test coverage detected