summaryrefslogtreecommitdiff
path: root/src/main/options
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/options')
-rw-r--r--src/main/options2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/options b/src/main/options
index fdb172c18..b9262bfa4 100644
--- a/src/main/options
+++ b/src/main/options
@@ -28,6 +28,8 @@ option threads --threads=N unsigned :default 2 :predicate greater(0)
Total number of threads for portfolio
option - --threadN=string void :handler CVC4::main::threadN :handler-include "main/options_handlers.h"
configures portfolio thread N (0..#threads-1)
+option threadStackSize --thread-stack=N unsigned :default 0
+ stack size for worker threads in MB (0 means use Boost/thread lib default)
option threadArgv std::vector<std::string> :include <vector> <string>
Thread configuration (a string to be passed to parseOptions)
option thread_id int :default -1
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback