Skip to content

Commit 0cb24e1

Browse files
authored
Fix default thread options for windows to not pin to any cpu_id (#1126)
1 parent 957c760 commit 0cb24e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/windows/thread.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
static struct aws_thread_options s_default_options = {
2222
/* zero will make sure whatever the default for that version of windows is used. */
2323
.stack_size = 0,
24+
.cpu_id = -1,
2425
.join_strategy = AWS_TJS_MANUAL,
2526
};
2627

0 commit comments

Comments
 (0)