#define LOS_ERRNO_MUX_PENDED   LOS_ERRNO_OS_ERROR(LOS_MOD_MUX, 0x09)

Mutex error code: The mutex to be deleted is being locked.

Value: 0x02001d09

Solution: Delete the mutex after it is unlocked.

在文件los_mux.h150行定义。