Searched refs:thread_to_match (Results 1 – 3 of 3) sorted by relevance
1183 static UX_TEST_ACTION create_disconnect_on_thread_preemption_change(TX_THREAD *thread_to_match, TX_… in create_disconnect_on_thread_preemption_change() argument1193 action.thread_to_match = thread_to_match; in create_disconnect_on_thread_preemption_change()1312 …ic UX_TEST_ACTION create_disconnect_on_media_characteristics_get_action(TX_THREAD *thread_to_match) in create_disconnect_on_media_characteristics_get_action() argument1323 action.thread_to_match = thread_to_match; in create_disconnect_on_media_characteristics_get_action()1329 static UX_TEST_ACTION create_format_capacity_get_match_action(TX_THREAD *thread_to_match) in create_format_capacity_get_match_action() argument1339 action.thread_to_match = thread_to_match; in create_format_capacity_get_match_action()1345 static UX_TEST_ACTION create_disconnect_on_transfer_data_match_action(TX_THREAD *thread_to_match, U… in create_disconnect_on_transfer_data_match_action() argument1356 action.thread_to_match = thread_to_match; in create_disconnect_on_transfer_data_match_action()1362 … create_allocate_all_memory_on_transfer_data_match_action(TX_THREAD *thread_to_match, ULONG memory… in create_allocate_all_memory_on_transfer_data_match_action() argument1368 action = create_disconnect_on_transfer_data_match_action(thread_to_match, data, data_size); in create_allocate_all_memory_on_transfer_data_match_action()[all …]
209 TX_THREAD *thread_to_match; member
1157 if (this->thread_to_match) in ux_test_action_handler_check()1160 if (this_thread != this->thread_to_match) in ux_test_action_handler_check()