Home
last modified time | relevance | path

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

12

/ThreadX-v6.3.0/common/src/
Dtxe_event_flags_set_notify.c90 else if (group_ptr -> tx_event_flags_group_id != TX_EVENT_FLAGS_ID) in _txe_event_flags_set_notify()
Dtxe_event_flags_info_get.c100 else if (group_ptr -> tx_event_flags_group_id != TX_EVENT_FLAGS_ID) in _txe_event_flags_info_get()
Dtxe_event_flags_set.c95 else if (group_ptr -> tx_event_flags_group_id != TX_EVENT_FLAGS_ID) in _txe_event_flags_set()
Dtxe_event_flags_delete.c100 else if (group_ptr -> tx_event_flags_group_id != TX_EVENT_FLAGS_ID) in _txe_event_flags_delete()
Dtxe_event_flags_get.c107 else if (group_ptr -> tx_event_flags_group_id != TX_EVENT_FLAGS_ID) in _txe_event_flags_get()
Dtx_event_flags_create.c94 group_ptr -> tx_event_flags_group_id = TX_EVENT_FLAGS_ID; in _tx_event_flags_create()
Dtx_event_flags_performance_info_get.c103 else if (group_ptr -> tx_event_flags_group_id != TX_EVENT_FLAGS_ID) in _tx_event_flags_performance_info_get()
Dtx_event_flags_cleanup.c113 if (group_ptr -> tx_event_flags_group_id == TX_EVENT_FLAGS_ID) in _tx_event_flags_cleanup()
Dtx_event_flags_delete.c105 group_ptr -> tx_event_flags_group_id = TX_CLEAR_ID; in _tx_event_flags_delete()
/ThreadX-v6.3.0/common_smp/src/
Dtxe_event_flags_set_notify.c90 else if (group_ptr -> tx_event_flags_group_id != TX_EVENT_FLAGS_ID) in _txe_event_flags_set_notify()
Dtxe_event_flags_info_get.c100 else if (group_ptr -> tx_event_flags_group_id != TX_EVENT_FLAGS_ID) in _txe_event_flags_info_get()
Dtxe_event_flags_set.c95 else if (group_ptr -> tx_event_flags_group_id != TX_EVENT_FLAGS_ID) in _txe_event_flags_set()
Dtxe_event_flags_delete.c100 else if (group_ptr -> tx_event_flags_group_id != TX_EVENT_FLAGS_ID) in _txe_event_flags_delete()
Dtxe_event_flags_get.c107 else if (group_ptr -> tx_event_flags_group_id != TX_EVENT_FLAGS_ID) in _txe_event_flags_get()
Dtx_event_flags_create.c94 group_ptr -> tx_event_flags_group_id = TX_EVENT_FLAGS_ID; in _tx_event_flags_create()
Dtx_event_flags_performance_info_get.c103 else if (group_ptr -> tx_event_flags_group_id != TX_EVENT_FLAGS_ID) in _tx_event_flags_performance_info_get()
Dtx_event_flags_delete.c105 group_ptr -> tx_event_flags_group_id = TX_CLEAR_ID; in _tx_event_flags_delete()
Dtx_event_flags_cleanup.c113 if (group_ptr -> tx_event_flags_group_id == TX_EVENT_FLAGS_ID) in _tx_event_flags_cleanup()
/ThreadX-v6.3.0/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.3.0/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.3.0/common_smp/inc/
Dtx_api.h828 ULONG tx_event_flags_group_id; member

12