Searched refs:cloud_name (Results 1 – 2 of 2) sorted by relevance
| /NetX-Duo-v6.2.1/addons/cloud/ |
| D | nx_cloud.c | 86 UINT _nxe_cloud_create(NX_CLOUD *cloud_ptr, const CHAR *cloud_name, VOID *memory_ptr, ULONG memory_… in _nxe_cloud_create() argument 114 status = _nx_cloud_create(cloud_ptr, cloud_name, memory_ptr, memory_size, priority); in _nxe_cloud_create() 165 UINT _nx_cloud_create(NX_CLOUD *cloud_ptr, const CHAR* cloud_name, VOID* memory_ptr, ULONG memory_s… in _nx_cloud_create() argument 176 cloud_ptr -> nx_cloud_name = cloud_name; in _nx_cloud_create() 179 status = tx_mutex_create(&(cloud_ptr -> nx_cloud_mutex), (CHAR*)cloud_name, TX_NO_INHERIT); in _nx_cloud_create() 190 status = tx_event_flags_create(&cloud_ptr -> nx_cloud_events, (CHAR*)cloud_name); in _nx_cloud_create() 207 status = tx_thread_create(&(cloud_ptr -> nx_cloud_thread), (CHAR*)cloud_name, in _nx_cloud_create() 227 status = tx_timer_create(&(cloud_ptr -> nx_cloud_periodic_timer), (CHAR*)cloud_name, in _nx_cloud_create()
|
| D | nx_cloud.h | 188 UINT nx_cloud_create(NX_CLOUD* cloud_ptr, const CHAR* cloud_name, VOID* memory_ptr, ULONG memory_si… 202 UINT _nxe_cloud_create(NX_CLOUD* cloud_ptr, const CHAR* cloud_name, VOID* memory_ptr, ULONG memory_… 203 UINT _nx_cloud_create(NX_CLOUD* cloud_ptr, const CHAR* cloud_name, VOID* memory_ptr, ULONG memory_s…
|