#define LOS_ERRNO_MUX_INVALID   LOS_ERRNO_OS_ERROR(LOS_MOD_MUX, 0x01)

Mutex error code: The mutex is not usable.

Value: 0x02001d01

Solution: Check whether the mutex ID and the mutex state are applicable for the current operation.

在文件los_mux.h72行定义。