docs: add scheduling limitations

Change-Id: Ida4a16efa4d47f448da7417a3b4bdb5fb5304fcd
This commit is contained in:
Masamichi Takagi
2021-01-06 09:58:38 +09:00
parent a4b5410d0c
commit df37d6867f

View File

@@ -187,3 +187,5 @@ Limitations
27. mlockall() is not supported and returns -EPERM. 27. mlockall() is not supported and returns -EPERM.
28. munlockall() is not supported and returns zero. 28. munlockall() is not supported and returns zero.
29. scheduling behavior is not Linux compatible. For example, sometimes one of the two processes on the same CPU continues to run after yielding.