예제 #1
0
파일: thread.c 프로젝트: 01BTC10/libphenom
void ph_thread_epoch_end(void)
{
  ph_thread_t *me = ph_thread_self();
  ck_epoch_end(&me->epoch_record, NULL);
}
예제 #2
0
파일: thread.c 프로젝트: atrmat/libphenom
void ph_thread_epoch_end(void)
{
  ph_thread_t *me = ph_thread_self();
  ck_epoch_end(&misc_epoch, &me->epoch_record);
}