Home
last modified time | relevance | path

Searched refs:nx_cloud_thread (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.2.1/addons/cloud/
Dnx_cloud.c207 status = tx_thread_create(&(cloud_ptr -> nx_cloud_thread), (CHAR*)cloud_name, in _nx_cloud_create()
236 tx_thread_delete(&(cloud_ptr -> nx_cloud_thread)); in _nx_cloud_create()
400 tx_thread_terminate(&(cloud_ptr -> nx_cloud_thread)); in _nx_cloud_delete()
410 tx_thread_delete(&(cloud_ptr -> nx_cloud_thread)); in _nx_cloud_delete()
Dnx_cloud.h131 TX_THREAD nx_cloud_thread; member
/NetX-Duo-v6.2.1/addons/mqtt/
Dnxd_mqtt_client.c4121 thread_ptr = &(client_ptr -> nxd_mqtt_client_cloud_ptr -> nx_cloud_thread); in _nxd_mqtt_client_connect()