Searched refs:monotime (Results 1 – 9 of 9) sorted by relevance
242 gpr_timespec monotime = gpr_convert_clock_type(realtime, GPR_CLOCK_MONOTONIC); in test_convert_extreme() local243 GPR_ASSERT(monotime.tv_sec == realtime.tv_sec); in test_convert_extreme()244 GPR_ASSERT(monotime.clock_type == GPR_CLOCK_MONOTONIC); in test_convert_extreme()
404 time_t deadline = 0, now = monotime(); in reaper()457 death = monotime() + seconds; in process_add_identity()546 death = monotime() + lifetime; in process_add_identity()673 death = monotime() + seconds; in process_add_smartcard_key()695 death = monotime() + lifetime; in process_add_smartcard_key()
79 time_t monotime(void);
239 control_persist_exit_time = monotime() + in set_control_persist_exit_time()361 now = monotime() + 1; in client_x11_get_proto()498 time_t minwait_secs = 0, server_alive_time = 0, now = monotime(); in client_wait_until_can_do_something()573 if (server_alive_time != 0 && server_alive_time <= monotime()) in client_wait_until_can_do_something()1390 if (monotime() >= control_persist_exit_time) { in client_loop()1577 if (x11_refuse_time != 0 && (u_int)monotime() >= x11_refuse_time) { in client_request_x11()
540 time_now = monotime(); in print_progress()
992 (int64_t)state->rekey_time + state->rekey_interval <= monotime()) in ssh_packet_need_rekeying()1289 state->rekey_time = monotime(); in ssh_packet_send2()2179 monotime(); in ssh_packet_get_rekey_timeout()2451 state->rekey_time = monotime(); in ssh_packet_set_state()
1135 (u_int)monotime() >= sc->x11_refuse_time) { in x11_open_helper()1677 c->notbefore = monotime() + 1; in channel_post_x11_listener()1820 c->notbefore = monotime() + 1; in channel_post_port_listener()1857 c->notbefore = monotime() + 1; in channel_post_auth_listener()2328 c->notbefore = monotime() + 1;2430 now = monotime();
297 time_t now = monotime(); in wait_until_can_do_something()
1439 monotime(void) in monotime() function