Searched refs:core_sysdep_mutex_deinit (Results 1 – 14 of 14) sorted by relevance
27 g_sysdep_portfile->core_sysdep_mutex_deinit == NULL) { in aiot_sysdep_get_portfile()
135 void (*core_sysdep_mutex_deinit)(void **mutex); member
2652 mqtt_handle->sysdep->core_sysdep_mutex_deinit(&mqtt_handle->data_mutex); in aiot_mqtt_deinit()2653 mqtt_handle->sysdep->core_sysdep_mutex_deinit(&mqtt_handle->send_mutex); in aiot_mqtt_deinit()2654 mqtt_handle->sysdep->core_sysdep_mutex_deinit(&mqtt_handle->recv_mutex); in aiot_mqtt_deinit()2655 mqtt_handle->sysdep->core_sysdep_mutex_deinit(&mqtt_handle->sub_mutex); in aiot_mqtt_deinit()2656 mqtt_handle->sysdep->core_sysdep_mutex_deinit(&mqtt_handle->topic_alias_mutex); in aiot_mqtt_deinit()2657 mqtt_handle->sysdep->core_sysdep_mutex_deinit(&mqtt_handle->pub_mutex); in aiot_mqtt_deinit()2658 mqtt_handle->sysdep->core_sysdep_mutex_deinit(&mqtt_handle->process_handler_mutex); in aiot_mqtt_deinit()
72 sysdep->core_sysdep_mutex_deinit(&g_core_global.mutex); in core_global_deinit()
649 http_handle->sysdep->core_sysdep_mutex_deinit(&http_handle->data_mutex); in core_http_deinit()650 http_handle->sysdep->core_sysdep_mutex_deinit(&http_handle->send_mutex); in core_http_deinit()651 http_handle->sysdep->core_sysdep_mutex_deinit(&http_handle->recv_mutex); in core_http_deinit()
110 sysdep->core_sysdep_mutex_deinit(&(ota_handle->data_mutex)); in aiot_ota_deinit()229 sysdep->core_sysdep_mutex_deinit(&(download_handle->data_mutex)); in aiot_download_deinit()230 sysdep->core_sysdep_mutex_deinit(&(download_handle->recv_mutex)); in aiot_download_deinit()
280 ntp_handle->sysdep->core_sysdep_mutex_deinit(&ntp_handle->data_mutex); in aiot_ntp_deinit()
539 …diag_handle->sysdep->core_sysdep_mutex_deinit(&diag_handle->diag_stat[stat_idx].running_state.mute… in _diag_running_state_clean()700 diag_handle->sysdep->core_sysdep_mutex_deinit(&diag_handle->data_mutex); in aiot_diag_deinit()
367 devinfo_handle->sysdep->core_sysdep_mutex_deinit(&devinfo_handle->data_mutex); in aiot_devinfo_deinit()
304 sysdep->core_sysdep_mutex_deinit(&dynregmq_handle->data_mutex); in aiot_dynregmq_deinit()
1233 void core_sysdep_mutex_deinit(void **hdl) in core_sysdep_mutex_deinit() function1259 core_sysdep_mutex_deinit,
304 sysdep->core_sysdep_mutex_deinit(&dynreg_handle->data_mutex); in aiot_dynreg_deinit()
522 sysdep->core_sysdep_mutex_deinit(&bootstrap_handle->data_mutex); in aiot_bootstrap_deinit()
569 subdev_handle->sysdep->core_sysdep_mutex_deinit(&subdev_handle->data_mutex); in aiot_subdev_deinit()
Completed in 33 milliseconds