Searched refs:currtime (Results 1 – 2 of 2) sorted by relevance
96 uint32_t currtime=esp_cpu_get_ccount(); in gpio_handshake_isr_handler() local97 uint32_t diff=currtime-lasthandshaketime; in gpio_handshake_isr_handler()99 lasthandshaketime=currtime; in gpio_handshake_isr_handler()
669 struct timespec currtime; in pthread_mutex_timedlock() local670 clock_gettime(CLOCK_REALTIME, &currtime); in pthread_mutex_timedlock()671 TickType_t tmo = ((timeout->tv_sec - currtime.tv_sec)*1000 + in pthread_mutex_timedlock()672 (timeout->tv_nsec - currtime.tv_nsec)/1000000)/portTICK_PERIOD_MS; in pthread_mutex_timedlock()