#define LOS_ERRNO_MUX_PTR_NULL   LOS_ERRNO_OS_ERROR(LOS_MOD_MUX, 0x02)

Mutex error code: Null pointer.

Value: 0x02001d02

Solution: Check whether the input parameter is usable.

在文件los_mux.h82行定义。