Home | History | Annotate | Download | only in src

Lines Matching defs:gettime

1224     lzo_pclock_gettime_t gettime;
3106 h->gettime = LZO_STATIC_CAST(lzo_pclock_gettime_t, 0);
3115 h->gettime = lzo_pclock_read_clock_gettime_r_syscall;
3122 h->gettime = lzo_pclock_read_gettimeofday;
3131 h->gettime = lzo_pclock_read_clock_gettime_m_syscall;
3138 h->gettime = lzo_pclock_read_uclock;
3145 h->gettime = lzo_pclock_read_clock;
3154 h->gettime = lzo_pclock_read_getprocesstimes;
3161 h->gettime = lzo_pclock_read_clock_gettime_p_syscall;
3168 h->gettime = lzo_pclock_read_clock_gettime_p_libc;
3175 h->gettime = lzo_pclock_read_getrusage;
3184 h->gettime = lzo_pclock_read_getthreadtimes;
3190 h->gettime = lzo_pclock_read_clock_gettime_t_syscall;
3197 h->gettime = lzo_pclock_read_clock_gettime_t_libc;
3204 if (!h->gettime)
3234 h->gettime = LZO_STATIC_CAST(lzo_pclock_gettime_t, 0);
3239 if (h->gettime) {
3240 if (h->gettime(h, c) == 0)