Searched refs:old (Results 1 – 2 of 2) sorted by relevance
31 VOID _ux_test_main_action_list_thread_update(TX_THREAD *old, TX_THREAD *new) in _ux_test_main_action_list_thread_update() argument34 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() argument48 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() argument62 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()
460 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);