Searched refs:module_own_event (Results 1 – 2 of 2) sorted by relevance
| /NetX-Duo-v6.2.1/addons/cloud/ |
| D | nx_cloud.h | 195 UINT nx_cloud_module_event_set(NX_CLOUD_MODULE *cloud_module, ULONG module_own_event); 196 UINT nx_cloud_module_event_clear(NX_CLOUD_MODULE *cloud_module, ULONG module_own_event); 212 UINT _nxe_cloud_module_event_set(NX_CLOUD_MODULE *cloud_module, ULONG module_own_event); 213 UINT _nx_cloud_module_event_set(NX_CLOUD_MODULE *cloud_module, ULONG module_own_event); 214 UINT _nxe_cloud_module_event_clear(NX_CLOUD_MODULE *cloud_module, ULONG module_own_event); 215 UINT _nx_cloud_module_event_clear(NX_CLOUD_MODULE *cloud_module, ULONG module_own_event);
|
| D | nx_cloud.c | 794 UINT _nxe_cloud_module_event_set(NX_CLOUD_MODULE *cloud_module, ULONG module_own_event) in _nxe_cloud_module_event_set() argument 806 if (module_own_event == 0) in _nxe_cloud_module_event_set() 812 status = _nx_cloud_module_event_set(cloud_module, module_own_event); in _nxe_cloud_module_event_set() 862 UINT _nx_cloud_module_event_set(NX_CLOUD_MODULE *cloud_module, ULONG module_own_event) in _nx_cloud_module_event_set() argument 875 cloud_module -> nx_cloud_module_own_events |= module_own_event; in _nx_cloud_module_event_set() 933 UINT _nxe_cloud_module_event_clear(NX_CLOUD_MODULE *cloud_module, ULONG module_own_event) in _nxe_cloud_module_event_clear() argument 945 if (module_own_event == 0) in _nxe_cloud_module_event_clear() 951 status = _nx_cloud_module_event_clear(cloud_module, module_own_event); in _nxe_cloud_module_event_clear() 1001 UINT _nx_cloud_module_event_clear(NX_CLOUD_MODULE *cloud_module, ULONG module_own_event) in _nx_cloud_module_event_clear() argument 1014 cloud_module -> nx_cloud_module_own_events &= ~module_own_event; in _nx_cloud_module_event_clear()
|