void ph_thread_epoch_begin(void) { ph_thread_t *me = ph_thread_self(); ck_epoch_begin(&me->epoch_record, NULL); }
void ph_thread_epoch_begin(void) { ph_thread_t *me = ph_thread_self(); ck_epoch_begin(&misc_epoch, &me->epoch_record); }