Lines Matching full:solution
54 * Solution: Decrease the number of mutexes defined by LOSCFG_BASE_IPC_MUX_LIMIT.
64 …* Solution: Check whether the mutex ID and the mutex state are applicable for the current operatio…
74 * Solution: Check whether the input parameter is usable.
84 * Solution: Increase the number of mutexes defined by LOSCFG_BASE_IPC_MUX_LIMIT.
94 * Solution: Lock the mutex after it is unlocked by the thread that owns it, or set a waiting time.
104 * Solution: Check whether the mutex is being locked during an interrupt.
115 * Solution: Check whether the task scheduling is disabled, or set timeout to 0, which means that the
126 * Solution: Increase the waiting time or set the waiting time to LOS_WAIT_FOREVER (forever-blocking…
144 * Solution: Delete the mutex after it is unlocked.
170 * Solution: LOS_ERRNO_MUX_MAXNUM_ZERO should not be zero.
180 * Solution: Do not call the API in system-level tasks.