Home
last modified time | relevance | path

Searched refs:inherit (Results 1 – 3 of 3) sorted by relevance

/USBX-v6.2.1/test/regression/
Dux_test.h178 UINT inherit; member
323 UINT inherit; member
Dux_test_utility_sim.c86 .inherit = TX_NO_INHERIT,
563 UINT _tx_mutex_create(TX_MUTEX *mutex_ptr, CHAR *name_ptr, UINT inherit) in _tx_mutex_create() argument
571 UX_TEST_OVERRIDE_TX_MUTEX_CREATE_PARAMS action_params = { mutex_ptr, name_ptr, inherit }; in _tx_mutex_create()
600 mutex_ptr -> tx_mutex_inherit = inherit; in _tx_mutex_create()
644 TX_TRACE_OBJECT_REGISTER(TX_TRACE_OBJECT_TYPE_MUTEX, mutex_ptr, name_ptr, inherit, 0) in _tx_mutex_create()
647 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_MUTEX_CREATE, mutex_ptr, inherit, TX_POINTER_TO_ULONG_CONVERT(&ne… in _tx_mutex_create()
Dux_test.c1113 if (mutex_create_params->inherit != this->inherit) in ux_test_action_handler_check()