!781 【OpenHarmony开源贡献者计划2022】change uwtimeout to timeout

Merge pull request !781 from 红叶电脑/timeout
This commit is contained in:
openharmony_ci 2022-08-12 02:27:15 +00:00 committed by Gitee
commit 7a61f8d836
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -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)