summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Germain <bnt.germain@gmail.com>2013-12-02 14:37:19 +0100
committerBenoit Germain <bnt.germain@gmail.com>2013-12-02 14:37:19 +0100
commit8b444a0363cdd41eead836fb098dc6299013e755 (patch)
tree3c702fba2918fa95916013b8c187bd96cfb6fea5
parent0ea511c4d8f82363d081e38524beaa4b9a24cf9a (diff)
downloadlanes-8b444a0363cdd41eead836fb098dc6299013e755.tar.gz
lanes-8b444a0363cdd41eead836fb098dc6299013e755.tar.bz2
lanes-8b444a0363cdd41eead836fb098dc6299013e755.zip
pthread thread priority refacto: index.html
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 25f9e22..f50f342 100644
--- a/index.html
+++ b/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.