From df37d6867fa60f643b1033a5a3291cee07c09bb1 Mon Sep 17 00:00:00 2001 From: Masamichi Takagi Date: Wed, 6 Jan 2021 09:58:38 +0900 Subject: [PATCH] docs: add scheduling limitations Change-Id: Ida4a16efa4d47f448da7417a3b4bdb5fb5304fcd --- docs/users.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/users.rst b/docs/users.rst index 3a62dd4b..325945cf 100644 --- a/docs/users.rst +++ b/docs/users.rst @@ -187,3 +187,5 @@ Limitations 27. mlockall() is not supported and returns -EPERM. 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.