We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957c760 commit 0cb24e1Copy full SHA for 0cb24e1
source/windows/thread.c
@@ -21,6 +21,7 @@
21
static struct aws_thread_options s_default_options = {
22
/* zero will make sure whatever the default for that version of windows is used. */
23
.stack_size = 0,
24
+ .cpu_id = -1,
25
.join_strategy = AWS_TJS_MANUAL,
26
};
27
0 commit comments