Searched refs:get_current_time (Results 1 – 9 of 9) sorted by relevance
35 def get_current_time(): function39 old_time = get_current_time()41 condition=lambda: get_current_time() > old_time,
34 def get_current_time(): function37 old_time = get_current_time()39 condition=lambda: get_current_time() > old_time,
41 def get_current_time(): function44 old_time = get_current_time()46 condition=lambda: get_current_time() > old_time,
92 def get_current_time(): function96 old_time = get_current_time()98 condition=lambda: get_current_time() > old_time,
92 def get_current_time(): function100 old_time = get_current_time()102 condition=lambda: get_current_time() > old_time,
85 static void get_current_time(const SSL *ssl, struct timeval *out_clock);168 get_current_time(ssl, &ssl->d1->next_timeout); in dtls1_start_timer()188 get_current_time(ssl, &timenow); in DTLSv1_get_timeout()294 static void get_current_time(const SSL *ssl, struct timeval *out_clock) { in get_current_time() function
238 static void get_current_time(uuid_time_t *timestamp) in get_current_time() function318 get_current_time(×tamp); in uuid_create()
108 def get_current_time(self): member in video_YouTubePage191 if self.get_current_time() <= 0.0:
250 get_current_time(void) in get_current_time() function1493 start_time = get_current_time(); in client_loop()1746 total_time = get_current_time() - start_time; in client_loop()