diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2013-12-02 14:37:19 +0100 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2013-12-02 14:37:19 +0100 |
commit | 9ddb5ae8bf4377bf48b822950e940b865df27b8f (patch) | |
tree | d619738c8343a4a990cbb273791176e65f402d8c /docs | |
parent | c01795c3f5913c817b6d308fcc77026c32acab49 (diff) | |
download | lanes-9ddb5ae8bf4377bf48b822950e940b865df27b8f.tar.gz lanes-9ddb5ae8bf4377bf48b822950e940b865df27b8f.tar.bz2 lanes-9ddb5ae8bf4377bf48b822950e940b865df27b8f.zip |
pthread thread priority refacto: index.html
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. |