Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/cloud/
Dnx_cloud.c41 static VOID _nx_cloud_thread_entry(ULONG cloud_ptr_value);
42 static VOID _nx_cloud_periodic_timer_entry(ULONG cloud_ptr_value);
1079 static VOID _nx_cloud_thread_entry(ULONG cloud_ptr_value) in _nx_cloud_thread_entry() argument
1091 cloud_ptr = (NX_CLOUD*)cloud_ptr_value; in _nx_cloud_thread_entry()
1179 static VOID _nx_cloud_periodic_timer_entry(ULONG cloud_ptr_value) in _nx_cloud_periodic_timer_entry() argument
1182 NX_CLOUD *cloud_ptr = (NX_CLOUD *)cloud_ptr_value; in _nx_cloud_periodic_timer_entry()