Searched refs:mutex_create_params (Results 1 – 1 of 1) sorted by relevance
700 UX_TEST_OVERRIDE_TX_MUTEX_CREATE_PARAMS *mutex_create_params; in ux_test_action_handler_check() local1107 mutex_create_params = params; in ux_test_action_handler_check()1109 this->mutex_ptr != mutex_create_params->mutex_ptr) in ux_test_action_handler_check()1113 if (mutex_create_params->inherit != this->inherit) in ux_test_action_handler_check()1121 if (mutex_create_params->name_ptr != UX_NULL) in ux_test_action_handler_check()1124 … _ux_utility_string_length_check(mutex_create_params->name_ptr, &str_len1, 2048); in ux_test_action_handler_check()1135 … ux_utility_memory_compare(this->name_ptr, mutex_create_params->name_ptr, str_len0) != UX_SUCCESS) in ux_test_action_handler_check()