Home
last modified time | relevance | path

Searched refs:core_sysdep_mutex_deinit (Results 1 – 14 of 14) sorted by relevance

/AliOS-Things-master/components/linksdk/core/sysdep/
A Dcore_sysdep.c27 g_sysdep_portfile->core_sysdep_mutex_deinit == NULL) { in aiot_sysdep_get_portfile()
/AliOS-Things-master/components/linksdk/core/
A Daiot_sysdep_api.h135 void (*core_sysdep_mutex_deinit)(void **mutex); member
A Daiot_mqtt_api.c2652 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()
/AliOS-Things-master/components/linksdk/core/utils/
A Dcore_global.c72 sysdep->core_sysdep_mutex_deinit(&g_core_global.mutex); in core_global_deinit()
A Dcore_http.c649 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()
/AliOS-Things-master/components/linksdk/components/ota/
A Daiot_ota_api.c110 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()
/AliOS-Things-master/components/linksdk/components/ntp/
A Daiot_ntp_api.c280 ntp_handle->sysdep->core_sysdep_mutex_deinit(&ntp_handle->data_mutex); in aiot_ntp_deinit()
/AliOS-Things-master/components/linksdk/components/diag/
A Daiot_diag_api.c539 …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()
/AliOS-Things-master/components/linksdk/components/devinfo/
A Daiot_devinfo_api.c367 devinfo_handle->sysdep->core_sysdep_mutex_deinit(&devinfo_handle->data_mutex); in aiot_devinfo_deinit()
/AliOS-Things-master/components/linksdk/components/dynreg-mqtt/
A Daiot_dynregmq_api.c304 sysdep->core_sysdep_mutex_deinit(&dynregmq_handle->data_mutex); in aiot_dynregmq_deinit()
/AliOS-Things-master/components/linksdk/portfiles/aiot_port/
A Daos_port.c1233 void core_sysdep_mutex_deinit(void **hdl) in core_sysdep_mutex_deinit() function
1259 core_sysdep_mutex_deinit,
/AliOS-Things-master/components/linksdk/components/dynreg/
A Daiot_dynreg_api.c304 sysdep->core_sysdep_mutex_deinit(&dynreg_handle->data_mutex); in aiot_dynreg_deinit()
/AliOS-Things-master/components/linksdk/components/bootstrap/
A Daiot_bootstrap_api.c522 sysdep->core_sysdep_mutex_deinit(&bootstrap_handle->data_mutex); in aiot_bootstrap_deinit()
/AliOS-Things-master/components/linksdk/components/subdev/
A Daiot_subdev_api.c569 subdev_handle->sysdep->core_sysdep_mutex_deinit(&subdev_handle->data_mutex); in aiot_subdev_deinit()

Completed in 33 milliseconds