!781 【OpenHarmony开源贡献者计划2022】change uwtimeout to timeout
Merge pull request !781 from 红叶电脑/timeout
This commit is contained in:
commit
7a61f8d836
|
@ -113,7 +113,7 @@ extern "C" {
|
||||||
*
|
*
|
||||||
* Value: 0x02001d06
|
* Value: 0x02001d06
|
||||||
*
|
*
|
||||||
* Solution: Check whether the task scheduling is disabled, or set uwtimeout to 0, which means that the
|
* Solution: Check whether the task scheduling is disabled, or set timeout to 0, which means that the
|
||||||
* thread will not wait for the mutex to become available.
|
* thread will not wait for the mutex to become available.
|
||||||
*/
|
*/
|
||||||
#define LOS_ERRNO_MUX_PEND_IN_LOCK LOS_ERRNO_OS_ERROR(LOS_MOD_MUX, 0x06)
|
#define LOS_ERRNO_MUX_PEND_IN_LOCK LOS_ERRNO_OS_ERROR(LOS_MOD_MUX, 0x06)
|
||||||
|
|
Loading…
Reference in New Issue