Home
last modified time | relevance | path

Searched refs:LOS_ERRNO_MUX_PENDED (Results 1 – 19 of 19) sorted by relevance

/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/mux/smoke/
DIt_los_mutex_004.c55 ICUNIT_ASSERT_EQUAL(ret, LOS_ERRNO_MUX_PENDED, ret); in Testcase()
61 ICUNIT_ASSERT_EQUAL(ret, LOS_ERRNO_MUX_PENDED, ret); in Testcase()
DIt_los_mutex_003.c52 ICUNIT_ASSERT_EQUAL(ret, LOS_ERRNO_MUX_PENDED, ret); in Testcase()
/kernel/liteos_m/testsuites/sample/kernel/mux/
DIt_los_mutex_004.c51 ICUNIT_ASSERT_EQUAL(ret, LOS_ERRNO_MUX_PENDED, ret); in Testcase()
57 ICUNIT_ASSERT_EQUAL(ret, LOS_ERRNO_MUX_PENDED, ret); in Testcase()
DIt_los_mutex_010.c47 ICUNIT_ASSERT_EQUAL(ret, LOS_ERRNO_MUX_PENDED, ret); in Testcase()
DIt_los_mutex_003.c48 ICUNIT_ASSERT_EQUAL(ret, LOS_ERRNO_MUX_PENDED, ret); in Testcase()
DIt_los_mutex_011.c76 ICUNIT_ASSERT_EQUAL(ret, LOS_ERRNO_MUX_PENDED, ret); in Testcase()
DIt_los_mutex_012.c81 ICUNIT_ASSERT_EQUAL(ret, LOS_ERRNO_MUX_PENDED, ret); in Testcase()
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/mux/full/
DIt_los_mutex_010.c51 ICUNIT_ASSERT_EQUAL(ret, LOS_ERRNO_MUX_PENDED, ret); in Testcase()
DIt_los_mutex_011.c80 ICUNIT_ASSERT_EQUAL(ret, LOS_ERRNO_MUX_PENDED, ret); in Testcase()
DIt_los_mutex_012.c85 ICUNIT_ASSERT_EQUAL(ret, LOS_ERRNO_MUX_PENDED, ret); in Testcase()
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/mux/smp/
DIt_smp_los_mux_005.c46 ICUNIT_ASSERT_EQUAL_VOID(ret, LOS_ERRNO_MUX_PENDED, ret); in Task01()
DIt_smp_los_mux_2006.c89 ICUNIT_ASSERT_EQUAL(ret, LOS_ERRNO_MUX_PENDED, ret); in Testcase()
DIt_smp_los_mux_2005.c76 ICUNIT_ASSERT_EQUAL_VOID(ret, LOS_ERRNO_MUX_PENDED, ret); in TaskF02()
DIt_smp_los_mux_2009.c66 ICUNIT_ASSERT_EQUAL_VOID(ret, LOS_ERRNO_MUX_PENDED, ret); in HwiF01()
DIt_smp_los_mux_2007.c66 ICUNIT_ASSERT_EQUAL_VOID(ret, LOS_ERRNO_MUX_PENDED, ret); in TaskF02()
/kernel/liteos_m/kernel/include/
Dlos_mux.h146 #define LOS_ERRNO_MUX_PENDED LOS_ERRNO_OS_ERROR(LOS_MOD_MUX, 0x09) macro
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/mux/
DIt_los_mux.h56 #define LOS_ERRNO_MUX_PENDED EBUSY macro
/kernel/liteos_m/kernel/src/
Dlos_mux.c149 OS_GOTO_ERR_HANDLER(LOS_ERRNO_MUX_PENDED); in LOS_MuxDelete()
/kernel/liteos_m/kal/posix/src/
Dpthread_mutex.c58 case LOS_ERRNO_MUX_PENDED: in MapError()