Home
last modified time | relevance | path

Searched refs:LOS_ERRNO_MUX_PTR_NULL (Results 1 - 5 of 5) sorted by relevance

/kernel/liteos_m/testsuites/sample/kernel/mux/
H A DIt_los_mutex_001.c42 ICUNIT_ASSERT_EQUAL(ret, LOS_ERRNO_MUX_PTR_NULL, ret); in Testcase()
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/mux/smoke/
H A DIt_los_mutex_001.c48 ICUNIT_ASSERT_EQUAL(ret, LOS_ERRNO_MUX_PTR_NULL, ret); in Testcase()
/kernel/liteos_m/kernel/include/
H A Dlos_mux.h76 #define LOS_ERRNO_MUX_PTR_NULL LOS_ERRNO_OS_ERROR(LOS_MOD_MUX, 0x02) macro
199 * @retval #LOS_ERRNO_MUX_PTR_NULL The muxHandle pointer is NULL.
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/mux/
H A DIt_los_mux.h55 #define LOS_ERRNO_MUX_PTR_NULL EINVAL macro
/kernel/liteos_m/kernel/src/
H A Dlos_mux.c97 return LOS_ERRNO_MUX_PTR_NULL; in LOS_MuxCreate()

Completed in 2 milliseconds