Searched refs:nx_cloud_events (Results 1 – 2 of 2) sorted by relevance
190 status = tx_event_flags_create(&cloud_ptr -> nx_cloud_events, (CHAR*)cloud_name); in _nx_cloud_create()216 tx_event_flags_delete(&(cloud_ptr -> nx_cloud_events)); in _nx_cloud_create()237 tx_event_flags_delete(&(cloud_ptr -> nx_cloud_events)); in _nx_cloud_create()406 tx_event_flags_delete(&(cloud_ptr -> nx_cloud_events)); in _nx_cloud_delete()883 tx_event_flags_set(&(cloud_ptr -> nx_cloud_events), registered_event, TX_OR); in _nx_cloud_module_event_set()1026 tx_event_flags_set(&(cloud_ptr -> nx_cloud_events), ~registered_event, TX_AND); in _nx_cloud_module_event_clear()1097 tx_event_flags_get(&cloud_ptr -> nx_cloud_events, NX_CLOUD_ALL_EVENTS, in _nx_cloud_thread_entry()1186 tx_event_flags_set(&(cloud_ptr -> nx_cloud_events), NX_CLOUD_COMMON_PERIODIC_EVENT, TX_OR); in _nx_cloud_periodic_timer_entry()
135 TX_EVENT_FLAGS_GROUP nx_cloud_events; member