Searched refs:deinit_timestart (Results 1 – 7 of 7) sorted by relevance
248 uint64_t deinit_timestart = 0; in aiot_ntp_deinit() local266 deinit_timestart = ntp_handle->sysdep->core_sysdep_time(); in aiot_ntp_deinit()272 …} while ((ntp_handle->sysdep->core_sysdep_time() - deinit_timestart) < ntp_handle->deinit_timeout_… in aiot_ntp_deinit()
335 uint64_t deinit_timestart = 0; in aiot_devinfo_deinit() local353 deinit_timestart = devinfo_handle->sysdep->core_sysdep_time(); in aiot_devinfo_deinit()359 …} while ((devinfo_handle->sysdep->core_sysdep_time() - deinit_timestart) < devinfo_handle->deinit_… in aiot_devinfo_deinit()
245 uint64_t deinit_timestart = 0; in aiot_dynreg_deinit() local261 deinit_timestart = dynreg_handle->sysdep->core_sysdep_time(); in aiot_dynreg_deinit()267 …} while ((dynreg_handle->sysdep->core_sysdep_time() - deinit_timestart) < dynreg_handle->deinit_ti… in aiot_dynreg_deinit()
530 uint64_t deinit_timestart = 0; in aiot_http_deinit() local544 deinit_timestart = http_handle->sysdep->core_sysdep_time(); in aiot_http_deinit()550 …} while ((http_handle->sysdep->core_sysdep_time() - deinit_timestart) < http_handle->deinit_timeou… in aiot_http_deinit()
2580 uint64_t deinit_timestart = 0; in aiot_mqtt_deinit() local2595 deinit_timestart = mqtt_handle->sysdep->core_sysdep_time(); in aiot_mqtt_deinit()2601 …} while ((mqtt_handle->sysdep->core_sysdep_time() - deinit_timestart) < mqtt_handle->deinit_timeou… in aiot_mqtt_deinit()
459 uint64_t deinit_timestart = 0; in aiot_bootstrap_deinit() local479 deinit_timestart = bootstrap_handle->sysdep->core_sysdep_time(); in aiot_bootstrap_deinit()485 …} while ((bootstrap_handle->sysdep->core_sysdep_time() - deinit_timestart) < bootstrap_handle->dei… in aiot_bootstrap_deinit()
666 uint64_t deinit_timestart = 0; in aiot_diag_deinit() local684 deinit_timestart = diag_handle->sysdep->core_sysdep_time(); in aiot_diag_deinit()690 …} while ((diag_handle->sysdep->core_sysdep_time() - deinit_timestart) < diag_handle->deinit_timeou… in aiot_diag_deinit()
Completed in 30 milliseconds