Home
last modified time | relevance | path

Searched refs:tx_event_flags_group_id (Results 1 – 25 of 27) sorted by relevance

12

/ThreadX-v6.4.1/common/src/
Dtxe_event_flags_set_notify.c89 else if (group_ptr -> tx_event_flags_group_id != TX_EVENT_FLAGS_ID) in _txe_event_flags_set_notify()
Dtxe_event_flags_info_get.c99 else if (group_ptr -> tx_event_flags_group_id != TX_EVENT_FLAGS_ID) in _txe_event_flags_info_get()
Dtxe_event_flags_set.c94 else if (group_ptr -> tx_event_flags_group_id != TX_EVENT_FLAGS_ID) in _txe_event_flags_set()
Dtxe_event_flags_delete.c99 else if (group_ptr -> tx_event_flags_group_id != TX_EVENT_FLAGS_ID) in _txe_event_flags_delete()
Dtxe_event_flags_get.c106 else if (group_ptr -> tx_event_flags_group_id != TX_EVENT_FLAGS_ID) in _txe_event_flags_get()
Dtx_event_flags_create.c93 group_ptr -> tx_event_flags_group_id = TX_EVENT_FLAGS_ID; in _tx_event_flags_create()
Dtx_event_flags_performance_info_get.c102 else if (group_ptr -> tx_event_flags_group_id != TX_EVENT_FLAGS_ID) in _tx_event_flags_performance_info_get()
Dtx_event_flags_cleanup.c112 if (group_ptr -> tx_event_flags_group_id == TX_EVENT_FLAGS_ID) in _tx_event_flags_cleanup()
Dtx_event_flags_delete.c104 group_ptr -> tx_event_flags_group_id = TX_CLEAR_ID; in _tx_event_flags_delete()
/ThreadX-v6.4.1/common_smp/src/
Dtxe_event_flags_set_notify.c89 else if (group_ptr -> tx_event_flags_group_id != TX_EVENT_FLAGS_ID) in _txe_event_flags_set_notify()
Dtxe_event_flags_info_get.c99 else if (group_ptr -> tx_event_flags_group_id != TX_EVENT_FLAGS_ID) in _txe_event_flags_info_get()
Dtxe_event_flags_set.c94 else if (group_ptr -> tx_event_flags_group_id != TX_EVENT_FLAGS_ID) in _txe_event_flags_set()
Dtxe_event_flags_delete.c99 else if (group_ptr -> tx_event_flags_group_id != TX_EVENT_FLAGS_ID) in _txe_event_flags_delete()
Dtxe_event_flags_get.c106 else if (group_ptr -> tx_event_flags_group_id != TX_EVENT_FLAGS_ID) in _txe_event_flags_get()
Dtx_event_flags_create.c93 group_ptr -> tx_event_flags_group_id = TX_EVENT_FLAGS_ID; in _tx_event_flags_create()
Dtx_event_flags_performance_info_get.c102 else if (group_ptr -> tx_event_flags_group_id != TX_EVENT_FLAGS_ID) in _tx_event_flags_performance_info_get()
Dtx_event_flags_cleanup.c112 if (group_ptr -> tx_event_flags_group_id == TX_EVENT_FLAGS_ID) in _tx_event_flags_cleanup()
Dtx_event_flags_delete.c104 group_ptr -> tx_event_flags_group_id = TX_CLEAR_ID; in _tx_event_flags_delete()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_event_flag_basic_test.c374 group_2.tx_event_flags_group_id = 0; in thread_0_entry()
399 group_2.tx_event_flags_group_id = 0; in thread_0_entry()
448 group_2.tx_event_flags_group_id = 0; in thread_0_entry()
485 group_2.tx_event_flags_group_id = 0; in thread_0_entry()
Dtestcontrol.c804 cleanup_event_flags.tx_event_flags_group_id = 0; in tx_application_define()
812 cleanup_event_flags.tx_event_flags_group_id = 0; in tx_application_define()
820 cleanup_event_flags.tx_event_flags_group_id = 0; in tx_application_define()
828 cleanup_event_flags.tx_event_flags_group_id = 0; in tx_application_define()
836 cleanup_event_flags.tx_event_flags_group_id = TX_EVENT_FLAGS_ID; in tx_application_define()
Dthreadx_event_flag_information_test.c329 group_2.tx_event_flags_group_id = 0; in thread_0_entry()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_event_flag_basic_test.c374 group_2.tx_event_flags_group_id = 0; in thread_0_entry()
399 group_2.tx_event_flags_group_id = 0; in thread_0_entry()
448 group_2.tx_event_flags_group_id = 0; in thread_0_entry()
485 group_2.tx_event_flags_group_id = 0; in thread_0_entry()
Dtestcontrol.c924 cleanup_event_flags.tx_event_flags_group_id = 0; in tx_application_define()
932 cleanup_event_flags.tx_event_flags_group_id = 0; in tx_application_define()
940 cleanup_event_flags.tx_event_flags_group_id = 0; in tx_application_define()
948 cleanup_event_flags.tx_event_flags_group_id = 0; in tx_application_define()
956 cleanup_event_flags.tx_event_flags_group_id = TX_EVENT_FLAGS_ID; in tx_application_define()
Dthreadx_event_flag_information_test.c329 group_2.tx_event_flags_group_id = 0; in thread_0_entry()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h833 ULONG tx_event_flags_group_id; member

12