Searched refs:exec_count (Results 1 – 17 of 17) sorted by relevance
21 ntp_handle->exec_count++; in _core_ntp_exec_inc()28 ntp_handle->exec_count--; in _core_ntp_exec_dec()268 if (ntp_handle->exec_count == 0) { in aiot_ntp_deinit()274 if (ntp_handle->exec_count != 0) { in aiot_ntp_deinit()
39 uint32_t exec_count; member
19 devinfo_handle->exec_count++; in _core_devinfo_exec_inc()26 devinfo_handle->exec_count--; in _core_devinfo_exec_dec()355 if (devinfo_handle->exec_count == 0) { in aiot_devinfo_deinit()361 if (devinfo_handle->exec_count != 0) { in aiot_devinfo_deinit()
51 uint32_t exec_count; member
17 dynreg_handle->exec_count++; in _dynreg_exec_inc()24 dynreg_handle->exec_count--; in _dynreg_exec_dec()263 if (dynreg_handle->exec_count == 0) { in aiot_dynreg_deinit()269 if (dynreg_handle->exec_count != 0) { in aiot_dynreg_deinit()
32 uint32_t exec_count; member
14 bootstrap_handle->exec_count++; in _bootstrap_exec_inc()21 bootstrap_handle->exec_count--; in _bootstrap_exec_dec()481 if (bootstrap_handle->exec_count == 0) { in aiot_bootstrap_deinit()487 if (bootstrap_handle->exec_count != 0) { in aiot_bootstrap_deinit()
60 uint32_t exec_count; member
18 dynregmq_handle->exec_count++; in _dynregmq_exec_inc()25 dynregmq_handle->exec_count--; in _dynregmq_exec_dec()264 if (dynregmq_handle->exec_count == 0) { in aiot_dynregmq_deinit()270 if (dynregmq_handle->exec_count != 0) { in aiot_dynregmq_deinit()
55 uint32_t exec_count; member
247 uint32_t exec_count; member
628 if (http_handle->exec_count == 0) { in core_http_deinit()634 if (http_handle->exec_count != 0) { in core_http_deinit()
6 http_handle->exec_count++; in _core_aiot_http_exec_inc()13 http_handle->exec_count--; in _core_aiot_http_exec_dec()546 if (http_handle->exec_count == 0) { in aiot_http_deinit()552 if (http_handle->exec_count != 0) { in aiot_http_deinit()
88 mqtt_handle->exec_count++; in _core_mqtt_exec_inc()95 mqtt_handle->exec_count--; in _core_mqtt_exec_dec()2597 if (mqtt_handle->exec_count == 0) { in aiot_mqtt_deinit()2603 if (mqtt_handle->exec_count != 0) { in aiot_mqtt_deinit()
114 uint32_t exec_count; member
85 diag_handle->exec_count++; in _core_diag_exec_inc()92 diag_handle->exec_count--; in _core_diag_exec_dec()686 if (diag_handle->exec_count == 0) { in aiot_diag_deinit()692 if (diag_handle->exec_count != 0) { in aiot_diag_deinit()
Completed in 25 milliseconds