aws-c-common
aws-c-common copied to clipboard
Consolidate CRT's thread-local storage
Consider adding a thread-local storage system in common that everything else hangs off of so that the CRT's usage is always a single slot.
Current use of thread-local storage:
-
int tl_last_errorinsource/error.c -
void *tl_thread_handler_contextinsource/error.c -
struct tl_logging_thread_idinsource/log_formatter.c(#563)