aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBenoit Germain <bnt.germain@gmail.com>2013-12-02 14:36:31 +0100
committerBenoit Germain <bnt.germain@gmail.com>2013-12-02 14:36:31 +0100
commitc01795c3f5913c817b6d308fcc77026c32acab49 (patch)
tree339804ec143e38e12752d50dd06a3b93d8cf93c8 /src
parent77530b348364b3675b098d33693307040b134803 (diff)
downloadlanes-c01795c3f5913c817b6d308fcc77026c32acab49.tar.gz
lanes-c01795c3f5913c817b6d308fcc77026c32acab49.tar.bz2
lanes-c01795c3f5913c817b6d308fcc77026c32acab49.zip
pthread thread priority refacto: lanes.lua
Diffstat (limited to 'src')
-rw-r--r--src/lanes.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lanes.lua b/src/lanes.lua
index 1a1c252..1b81944 100644
--- a/src/lanes.lua
+++ b/src/lanes.lua
@@ -204,7 +204,7 @@ end
204-- "math,os": math + os + base libraries (named ones + base) 204-- "math,os": math + os + base libraries (named ones + base)
205-- "*": all standard libraries available 205-- "*": all standard libraries available
206-- 206--
207-- 'opt': .priority: int (-2..+2) smaller is lower priority (0 = default) 207-- 'opt': .priority: int (-3..+3) smaller is lower priority (0 = default)
208-- 208--
209-- .cancelstep: bool | uint 209-- .cancelstep: bool | uint
210-- false: cancellation check only at pending Linda operations 210-- false: cancellation check only at pending Linda operations