Lines Matching full:solution
55 * Solution: Decrease the number of mutexes defined by LOSCFG_BASE_IPC_MUX_LIMIT.
65 …* Solution: Check whether the mutex ID and the mutex state are applicable for the current operatio…
75 * Solution: Check whether the input parameter is usable.
85 * Solution: Increase the number of mutexes defined by LOSCFG_BASE_IPC_MUX_LIMIT.
95 * Solution: Lock the mutex after it is unlocked by the thread that owns it, or set a waiting time.
105 * Solution: Check whether the mutex is being locked during an interrupt.
116 * Solution: Check whether the task scheduling is disabled, or set uwtimeout to 0, which means that …
127 * Solution: Increase the waiting time or set the waiting time to LOS_WAIT_FOREVER (forever-blocking…
145 * Solution: Delete the mutex after it is unlocked.
171 * Solution: LOS_ERRNO_MUX_MAXNUM_ZERO should not be zero.
181 * Solution: Do not call the API in system-level tasks.