diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2013-12-03 01:37:55 -0800 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2013-12-03 01:37:55 -0800 |
commit | 36a19ef035340f817402c504e7a251b666c07d82 (patch) | |
tree | 3b91d189fd53ae413591c02bbce131672e5fc617 /docs | |
parent | 77530b348364b3675b098d33693307040b134803 (diff) | |
parent | cf8973dc40548a687e57b86fdf4fe9a26f1b46ce (diff) | |
download | lanes-36a19ef035340f817402c504e7a251b666c07d82.tar.gz lanes-36a19ef035340f817402c504e7a251b666c07d82.tar.bz2 lanes-36a19ef035340f817402c504e7a251b666c07d82.zip |
Merge pull request #80 from benoit-germain/master
pthread thread priority code refactoring
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 25f9e22..f50f342 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -589,7 +589,7 @@ | |||
589 | </td> | 589 | </td> |
590 | <td>integer</td> | 590 | <td>integer</td> |
591 | <td> | 591 | <td> |
592 | The priority of lanes generated in the range -3..+3 (MinGW pthread and Windows thread API), or -2..+2 otherwise (default is 0). | 592 | The priority of lanes generated in the range -3..+3 (default is 0). |
593 | These values are a mapping over the actual priority range of the underlying implementation. | 593 | These values are a mapping over the actual priority range of the underlying implementation. |
594 | <br> | 594 | <br> |
595 | Implementation and dependability of priorities varies by platform. Especially Linux kernel 2.6 is not supporting priorities in user mode. | 595 | Implementation and dependability of priorities varies by platform. Especially Linux kernel 2.6 is not supporting priorities in user mode. |