!240 Mutex锁释放后,无任务持有的情况下,owner未清空
Merge pull request !240 from zhangfanfan2/master
This commit is contained in:
commit
3b37750f37
|
@ -304,6 +304,7 @@ LITE_OS_SEC_TEXT UINT32 LOS_MuxPost(UINT32 muxHandle)
|
||||||
OsHookCall(LOS_HOOK_TYPE_MUX_POST, muxPosted);
|
OsHookCall(LOS_HOOK_TYPE_MUX_POST, muxPosted);
|
||||||
LOS_Schedule();
|
LOS_Schedule();
|
||||||
} else {
|
} else {
|
||||||
|
muxPosted->owner = NULL;
|
||||||
LOS_IntRestore(intSave);
|
LOS_IntRestore(intSave);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue