Skip to content

Commit

Permalink
make sure default thread options are safe.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHenson committed Oct 27, 2023
1 parent 38fc4af commit 29c6105
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/posix/thread.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ static struct aws_thread_options s_default_options = {
.stack_size = 0,
.cpu_id = -1,
.join_strategy = AWS_TJS_MANUAL,
.cpu_group = -1,
};

struct thread_atexit_callback {
Expand Down

0 comments on commit 29c6105

Please sign in to comment.