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 | 8b444a0363cdd41eead836fb098dc6299013e755 (patch) | |
tree | 3c702fba2918fa95916013b8c187bd96cfb6fea5 | |
parent | 0ea511c4d8f82363d081e38524beaa4b9a24cf9a (diff) | |
download | lanes-8b444a0363cdd41eead836fb098dc6299013e755.tar.gz lanes-8b444a0363cdd41eead836fb098dc6299013e755.tar.bz2 lanes-8b444a0363cdd41eead836fb098dc6299013e755.zip |
pthread thread priority refacto: index.html
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |