diff options
author | Josh Blum <josh@joshknows.com> | 2010-06-16 18:40:44 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-06-16 18:40:44 -0700 |
commit | 168ab7279cec925e3db3e943e35d0d2bd220d8b3 (patch) | |
tree | 6b86a586c332d2610ff2ae59ddda2a09c6ea7877 /host/docs/general.rst | |
parent | a89d684ba2b81c6e18d348965dffb919edb56fea (diff) | |
download | uhd-168ab7279cec925e3db3e943e35d0d2bd220d8b3.tar.gz uhd-168ab7279cec925e3db3e943e35d0d2bd220d8b3.tar.bz2 uhd-168ab7279cec925e3db3e943e35d0d2bd220d8b3.zip |
uhd: work on thread priority scheduling
Diffstat (limited to 'host/docs/general.rst')
-rw-r--r-- | host/docs/general.rst | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/host/docs/general.rst b/host/docs/general.rst index 7d1f467a0..6b309cba0 100644 --- a/host/docs/general.rst +++ b/host/docs/general.rst @@ -58,14 +58,12 @@ Misc notes ------------------------------------------------------------------------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Process scheduling +Thread priority scheduling ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -The UHD will try to automatically boost the process's scheduling priority. -Currently, this is only supported on platforms with *sched.h*. - +When the UHD spawns a new thread it may try to boost the thread's scheduling priority. When setting the priority fails, the UHD prints out an error. -This error is harmless, it simply means that your process will have a normal scheduling priority. +This error is harmless, it simply means that the thread will have a normal scheduling priority. **Linux Notes:** |