Home
last modified time | relevance | path

Searched refs:data_mutex (Results 1 – 24 of 24) sorted by relevance

/AliOS-Things-master/components/linksdk/components/dynreg/
A Daiot_dynreg_api.c16 dynreg_handle->sysdep->core_sysdep_mutex_lock(dynreg_handle->data_mutex); in _dynreg_exec_inc()
18 dynreg_handle->sysdep->core_sysdep_mutex_unlock(dynreg_handle->data_mutex); in _dynreg_exec_inc()
23 dynreg_handle->sysdep->core_sysdep_mutex_lock(dynreg_handle->data_mutex); in _dynreg_exec_dec()
25 dynreg_handle->sysdep->core_sysdep_mutex_unlock(dynreg_handle->data_mutex); in _dynreg_exec_dec()
145 dynreg_handle->data_mutex = dynreg_handle->sysdep->core_sysdep_mutex_init(); in aiot_dynreg_init()
171 dynreg_handle->sysdep->core_sysdep_mutex_lock(dynreg_handle->data_mutex); in aiot_dynreg_setopt()
236 dynreg_handle->sysdep->core_sysdep_mutex_unlock(dynreg_handle->data_mutex); in aiot_dynreg_setopt()
304 sysdep->core_sysdep_mutex_deinit(&dynreg_handle->data_mutex); in aiot_dynreg_deinit()
342 dynreg_handle->sysdep->core_sysdep_mutex_lock(dynreg_handle->data_mutex); in aiot_dynreg_send_request()
434 dynreg_handle->sysdep->core_sysdep_mutex_unlock(dynreg_handle->data_mutex); in aiot_dynreg_send_request()
[all …]
A Ddynreg_private.h53 void *data_mutex; /* 保护本地的数据结构 */ member
/AliOS-Things-master/components/linksdk/components/dynreg-mqtt/
A Daiot_dynregmq_api.c17 dynregmq_handle->sysdep->core_sysdep_mutex_lock(dynregmq_handle->data_mutex); in _dynregmq_exec_inc()
19 dynregmq_handle->sysdep->core_sysdep_mutex_unlock(dynregmq_handle->data_mutex); in _dynregmq_exec_inc()
24 dynregmq_handle->sysdep->core_sysdep_mutex_lock(dynregmq_handle->data_mutex); in _dynregmq_exec_dec()
26 dynregmq_handle->sysdep->core_sysdep_mutex_unlock(dynregmq_handle->data_mutex); in _dynregmq_exec_dec()
137 dynregmq_handle->data_mutex = dynregmq_handle->sysdep->core_sysdep_mutex_init(); in aiot_dynregmq_init()
163 dynregmq_handle->sysdep->core_sysdep_mutex_lock(dynregmq_handle->data_mutex); in aiot_dynregmq_setopt()
237 dynregmq_handle->sysdep->core_sysdep_mutex_unlock(dynregmq_handle->data_mutex); in aiot_dynregmq_setopt()
304 sysdep->core_sysdep_mutex_deinit(&dynregmq_handle->data_mutex); in aiot_dynregmq_deinit()
350 dynregmq_handle->sysdep->core_sysdep_mutex_lock(dynregmq_handle->data_mutex); in aiot_dynregmq_send_request()
433 dynregmq_handle->sysdep->core_sysdep_mutex_unlock(dynregmq_handle->data_mutex); in aiot_dynregmq_send_request()
[all …]
A Ddynregmq_private.h61 void *data_mutex; /* 保护本地的数据结构 */ member
/AliOS-Things-master/components/linksdk/components/bootstrap/
A Daiot_bootstrap_api.c13 bootstrap_handle->sysdep->core_sysdep_mutex_lock(bootstrap_handle->data_mutex); in _bootstrap_exec_inc()
15 bootstrap_handle->sysdep->core_sysdep_mutex_unlock(bootstrap_handle->data_mutex); in _bootstrap_exec_inc()
20 bootstrap_handle->sysdep->core_sysdep_mutex_lock(bootstrap_handle->data_mutex); in _bootstrap_exec_dec()
22 bootstrap_handle->sysdep->core_sysdep_mutex_unlock(bootstrap_handle->data_mutex); in _bootstrap_exec_dec()
344 bootstrap_handle->data_mutex = bootstrap_handle->sysdep->core_sysdep_mutex_init(); in aiot_bootstrap_init()
370 bootstrap_handle->sysdep->core_sysdep_mutex_lock(bootstrap_handle->data_mutex); in aiot_bootstrap_setopt()
450 bootstrap_handle->sysdep->core_sysdep_mutex_unlock(bootstrap_handle->data_mutex); in aiot_bootstrap_setopt()
522 sysdep->core_sysdep_mutex_deinit(&bootstrap_handle->data_mutex); in aiot_bootstrap_deinit()
558 bootstrap_handle->sysdep->core_sysdep_mutex_lock(bootstrap_handle->data_mutex); in aiot_bootstrap_send_request()
618 bootstrap_handle->sysdep->core_sysdep_mutex_unlock(bootstrap_handle->data_mutex); in aiot_bootstrap_send_request()
[all …]
A Dbootstrap_private.h37 void *data_mutex; member
/AliOS-Things-master/components/linksdk/components/ntp/
A Daiot_ntp_api.c20 ntp_handle->sysdep->core_sysdep_mutex_lock(ntp_handle->data_mutex); in _core_ntp_exec_inc()
22 ntp_handle->sysdep->core_sysdep_mutex_unlock(ntp_handle->data_mutex); in _core_ntp_exec_inc()
27 ntp_handle->sysdep->core_sysdep_mutex_lock(ntp_handle->data_mutex); in _core_ntp_exec_dec()
29 ntp_handle->sysdep->core_sysdep_mutex_unlock(ntp_handle->data_mutex); in _core_ntp_exec_dec()
176 ntp_handle->data_mutex = sysdep->core_sysdep_mutex_init(); in aiot_ntp_init()
202 ntp_handle->sysdep->core_sysdep_mutex_lock(ntp_handle->data_mutex); in aiot_ntp_setopt()
206 ntp_handle->sysdep->core_sysdep_mutex_unlock(ntp_handle->data_mutex); in aiot_ntp_setopt()
211 ntp_handle->sysdep->core_sysdep_mutex_lock(ntp_handle->data_mutex); in aiot_ntp_setopt()
239 ntp_handle->sysdep->core_sysdep_mutex_unlock(ntp_handle->data_mutex); in aiot_ntp_setopt()
280 ntp_handle->sysdep->core_sysdep_mutex_deinit(&ntp_handle->data_mutex); in aiot_ntp_deinit()
A Dntp_private.h36 void *data_mutex; member
/AliOS-Things-master/components/ble_host/bt_host/hci_driver/
A Dh5.c205 aos_mutex_t data_mutex; member
782 aos_mutex_unlock(&rtk_h5.data_mutex); in rtk_notify_hw_h5_init_result()
800 aos_mutex_unlock(&rtk_h5.data_mutex); in h5_dequeue()
807 aos_mutex_unlock(&rtk_h5.data_mutex); in h5_dequeue()
823 aos_mutex_unlock(&rtk_h5.data_mutex); in h5_dequeue()
830 aos_mutex_unlock(&rtk_h5.data_mutex); in h5_dequeue()
1324 aos_mutex_unlock(&rtk_h5.data_mutex); in data_ready_cb_thread()
1418 int ret = aos_mutex_new(&rtk_h5.data_mutex); in create_data_ready_cb_thread()
1427 aos_mutex_free(&rtk_h5.data_mutex); in create_data_ready_cb_thread()
1435 aos_mutex_free(&rtk_h5.data_mutex); in create_data_ready_cb_thread()
[all …]
/AliOS-Things-master/components/linksdk/components/devinfo/
A Daiot_devinfo_api.c18 devinfo_handle->sysdep->core_sysdep_mutex_lock(devinfo_handle->data_mutex); in _core_devinfo_exec_inc()
20 devinfo_handle->sysdep->core_sysdep_mutex_unlock(devinfo_handle->data_mutex); in _core_devinfo_exec_inc()
25 devinfo_handle->sysdep->core_sysdep_mutex_lock(devinfo_handle->data_mutex); in _core_devinfo_exec_dec()
27 devinfo_handle->sysdep->core_sysdep_mutex_unlock(devinfo_handle->data_mutex); in _core_devinfo_exec_dec()
268 devinfo_handle->data_mutex = sysdep->core_sysdep_mutex_init(); in aiot_devinfo_init()
294 devinfo_handle->sysdep->core_sysdep_mutex_lock(devinfo_handle->data_mutex); in aiot_devinfo_setopt()
298 devinfo_handle->sysdep->core_sysdep_mutex_unlock(devinfo_handle->data_mutex); in aiot_devinfo_setopt()
303 devinfo_handle->sysdep->core_sysdep_mutex_lock(devinfo_handle->data_mutex); in aiot_devinfo_setopt()
326 devinfo_handle->sysdep->core_sysdep_mutex_unlock(devinfo_handle->data_mutex); in aiot_devinfo_setopt()
367 devinfo_handle->sysdep->core_sysdep_mutex_deinit(&devinfo_handle->data_mutex); in aiot_devinfo_deinit()
A Ddevinfo_private.h37 void *data_mutex; /* 保护本地的数据结构 */ member
/AliOS-Things-master/components/linksdk/core/
A Daiot_http_api.c5 http_handle->sysdep->core_sysdep_mutex_lock(http_handle->data_mutex); in _core_aiot_http_exec_inc()
7 http_handle->sysdep->core_sysdep_mutex_unlock(http_handle->data_mutex); in _core_aiot_http_exec_inc()
12 http_handle->sysdep->core_sysdep_mutex_lock(http_handle->data_mutex); in _core_aiot_http_exec_dec()
14 http_handle->sysdep->core_sysdep_mutex_unlock(http_handle->data_mutex); in _core_aiot_http_exec_dec()
213 http_handle->sysdep->core_sysdep_mutex_lock(http_handle->data_mutex); in _core_http_recv_auth()
220 http_handle->sysdep->core_sysdep_mutex_unlock(http_handle->data_mutex); in _core_http_recv_auth()
225 http_handle->sysdep->core_sysdep_mutex_unlock(http_handle->data_mutex); in _core_http_recv_auth()
266 http_handle->sysdep->core_sysdep_mutex_lock(http_handle->data_mutex); in aiot_http_setopt()
278 http_handle->sysdep->core_sysdep_mutex_unlock(http_handle->data_mutex); in aiot_http_setopt()
280 http_handle->sysdep->core_sysdep_mutex_lock(http_handle->data_mutex); in aiot_http_setopt()
[all …]
A Daiot_mqtt_api.c87 mqtt_handle->sysdep->core_sysdep_mutex_lock(mqtt_handle->data_mutex); in _core_mqtt_exec_inc()
89 mqtt_handle->sysdep->core_sysdep_mutex_unlock(mqtt_handle->data_mutex); in _core_mqtt_exec_inc()
94 mqtt_handle->sysdep->core_sysdep_mutex_lock(mqtt_handle->data_mutex); in _core_mqtt_exec_dec()
96 mqtt_handle->sysdep->core_sysdep_mutex_unlock(mqtt_handle->data_mutex); in _core_mqtt_exec_dec()
1381 mqtt_handle->sysdep->core_sysdep_mutex_lock(mqtt_handle->data_mutex); in _core_mqtt_packet_id()
1386 mqtt_handle->sysdep->core_sysdep_mutex_unlock(mqtt_handle->data_mutex); in _core_mqtt_packet_id()
1728 mqtt_handle->sysdep->core_sysdep_mutex_lock(mqtt_handle->data_mutex); in _core_mqtt_reconnect()
1741 mqtt_handle->sysdep->core_sysdep_mutex_unlock(mqtt_handle->data_mutex); in _core_mqtt_reconnect()
2316 mqtt_handle->sysdep->core_sysdep_mutex_lock(mqtt_handle->data_mutex); in core_mqtt_setopt()
2375 mqtt_handle->data_mutex = sysdep->core_sysdep_mutex_init(); in aiot_mqtt_init()
[all …]
/AliOS-Things-master/components/linksdk/components/ota/
A Dota_private.h68 void *data_mutex; member
95 void *data_mutex; member
A Daiot_ota_api.c80 ota_handle->data_mutex = sysdep->core_sysdep_mutex_init(); in aiot_ota_init()
110 sysdep->core_sysdep_mutex_deinit(&(ota_handle->data_mutex)); in aiot_ota_deinit()
130 sysdep->core_sysdep_mutex_lock(ota_handle->data_mutex); in aiot_ota_setopt()
157 sysdep->core_sysdep_mutex_unlock(ota_handle->data_mutex); in aiot_ota_setopt()
181 download_handle->data_mutex = sysdep->core_sysdep_mutex_init(); in aiot_download_init()
229 sysdep->core_sysdep_mutex_deinit(&(download_handle->data_mutex)); in aiot_download_deinit()
250 sysdep->core_sysdep_mutex_lock(download_handle->data_mutex); in aiot_download_setopt()
323 sysdep->core_sysdep_mutex_unlock(download_handle->data_mutex); in aiot_download_setopt()
/AliOS-Things-master/components/linksdk/components/diag/
A Daiot_diag_api.c84 diag_handle->sysdep->core_sysdep_mutex_lock(diag_handle->data_mutex); in _core_diag_exec_inc()
86 diag_handle->sysdep->core_sysdep_mutex_unlock(diag_handle->data_mutex); in _core_diag_exec_inc()
91 diag_handle->sysdep->core_sysdep_mutex_lock(diag_handle->data_mutex); in _core_diag_exec_dec()
93 diag_handle->sysdep->core_sysdep_mutex_unlock(diag_handle->data_mutex); in _core_diag_exec_dec()
583 diag_handle->data_mutex = sysdep->core_sysdep_mutex_init(); in aiot_diag_init()
611 diag_handle->sysdep->core_sysdep_mutex_lock(diag_handle->data_mutex); in aiot_diag_setopt()
657 diag_handle->sysdep->core_sysdep_mutex_unlock(diag_handle->data_mutex); in aiot_diag_setopt()
717 diag_handle->sysdep->core_sysdep_mutex_lock(diag_handle->data_mutex); in aiot_diag_start()
719 diag_handle->sysdep->core_sysdep_mutex_unlock(diag_handle->data_mutex); in aiot_diag_start()
732 diag_handle->sysdep->core_sysdep_mutex_lock(diag_handle->data_mutex); in aiot_diag_stop()
[all …]
A Ddiag_private.h106 void *data_mutex; /* 保护本地的数据结构 */ member
/AliOS-Things-master/components/linksdk/core/utils/
A Dcore_http.c14 http_handle->sysdep->core_sysdep_mutex_lock(http_handle->data_mutex); in _core_http_exec_inc()
16 http_handle->sysdep->core_sysdep_mutex_unlock(http_handle->data_mutex); in _core_http_exec_inc()
21 http_handle->sysdep->core_sysdep_mutex_lock(http_handle->data_mutex); in _core_http_exec_dec()
23 http_handle->sysdep->core_sysdep_mutex_unlock(http_handle->data_mutex); in _core_http_exec_dec()
184 http_handle->data_mutex = http_handle->sysdep->core_sysdep_mutex_init(); in core_http_init()
212 http_handle->sysdep->core_sysdep_mutex_lock(http_handle->data_mutex); in core_http_setopt()
278 http_handle->sysdep->core_sysdep_mutex_unlock(http_handle->data_mutex); in core_http_setopt()
649 http_handle->sysdep->core_sysdep_mutex_deinit(&http_handle->data_mutex); in core_http_deinit()
A Dcore_http.h58 void *data_mutex; member
A Dcore_mqtt.h250 void *data_mutex; member
/AliOS-Things-master/components/linksdk/components/subdev/
A Dsubdev_private.h40 void *data_mutex; /* 保护本地的数据结构 */ member
A Daiot_subdev_api.c508 subdev_handle->data_mutex = sysdep->core_sysdep_mutex_init(); in aiot_subdev_init()
526 subdev_handle->sysdep->core_sysdep_mutex_lock(subdev_handle->data_mutex); in aiot_subdev_setopt()
550 subdev_handle->sysdep->core_sysdep_mutex_unlock(subdev_handle->data_mutex); in aiot_subdev_setopt()
569 subdev_handle->sysdep->core_sysdep_mutex_deinit(&subdev_handle->data_mutex); in aiot_subdev_deinit()
/AliOS-Things-master/components/linksdk/components/task/
A Dtask_private.h52 void *data_mutex; member
A Daiot_task_api.c683 sysdep->core_sysdep_mutex_lock(task_handle->data_mutex); in aiot_task_setopt()
706 sysdep->core_sysdep_mutex_unlock(task_handle->data_mutex); in aiot_task_setopt()

Completed in 38 milliseconds