在uC/OS-II中,OSSched()函数是任务调度的前导函数,用于判断进行任务调度的条件是否满足。下列满足条件的变量值为()。A.OSIntNesting=0,OSLockNesting=0B.OSIntNesting=0,OSLockNesting=1C.OSIntNesting=1,OSLockNesting=0D.OSIntNesting=1,OSLockNesting=1

题目

在uC/OS-II中,OSSched()函数是任务调度的前导函数,用于判断进行任务调度的条件是否满足。下列满足条件的变量值为()。

A.OSIntNesting=0,OSLockNesting=0

B.OSIntNesting=0,OSLockNesting=1

C.OSIntNesting=1,OSLockNesting=0

D.OSIntNesting=1,OSLockNesting=1


相似考题