Home
last modified time | relevance | path

Searched refs:old (Results 1 – 2 of 2) sorted by relevance

/USBX-v6.2.1/test/regression/
Dux_test.c31 VOID _ux_test_main_action_list_thread_update(TX_THREAD *old, TX_THREAD *new) in _ux_test_main_action_list_thread_update() argument
34 if (old != new) in _ux_test_main_action_list_thread_update()
38 if (list->thread_ptr == old) in _ux_test_main_action_list_thread_update()
45 VOID _ux_test_main_action_list_semaphore_update(TX_SEMAPHORE *old, TX_SEMAPHORE *new) in _ux_test_main_action_list_semaphore_update() argument
48 if (old != new) in _ux_test_main_action_list_semaphore_update()
52 if (list->semaphore_ptr == old) in _ux_test_main_action_list_semaphore_update()
59 VOID _ux_test_main_action_list_mutex_update(TX_MUTEX *old, TX_MUTEX *new) in _ux_test_main_action_list_mutex_update() argument
62 if (old != new) in _ux_test_main_action_list_mutex_update()
66 if (list->mutex_ptr == old) in _ux_test_main_action_list_mutex_update()
Dux_test.h460 VOID _ux_test_main_action_list_thread_update(TX_THREAD *old, TX_THREAD *new);
461 VOID _ux_test_main_action_list_semaphore_update(TX_SEMAPHORE *old, TX_SEMAPHORE *new);
462 VOID _ux_test_main_action_list_mutex_update(TX_MUTEX *old, TX_MUTEX *new);