thread-local-storage
There are 14 repositories under thread-local-storage topic.
stateos/StateOS
Free real-time operating system (RTOS) for microcontrollers with advanced c++ wrapper and support for std::thread
huandu/go-tls
A bit safer approach to implement Thread Local Storage (TLS) for Go 1.7+.
Fatmike-GH/Fatpack
A Windows executable (PE) packer (x64) with LZMA compression and with full TLS (Thread Local Storage) support
Fatmike-GH/PELoader
A Windows executable (PE) loader (x86 and x64) with full TLS (Thread Local Storage) support (manual mapper)
grasslog/WebServer
High-performance multi-threaded tcp network server in c++11
Alon-Alush/AlushPacker
PE .exe packer and manual loader for Windows with compression, encryption, and much more
vdmit11/contextvars-registry
Python's contextvars made easy.
leenr/tls-property
Thread-local storage property
afranchuk/plugin_tls
Thread-local storage across dynamic library boundaries in rust.
JeninSutradhar/C-Advance
a repository dedicated to exploring advanced concepts in C programming. This repository serves as a resource for learning and understanding various advanced topics in C, with practical examples and explanations.
zelang-dev/cthread
Emulated C11 threads and thread pool using Pthreads or Pthreads4w
alex05447/minithreadlocal
Thin Rust wrapper around the Windows thread local API
stateos/StateOS_cpp11
RTOS designed for microcrocontrollers using std::thread. TEMPLATE.
jingyi-xie/Thread-safe-Malloc
Implemented "malloc" and "free" dynamic memory allocation functions from the C standard library.