Skip to content
This repository has been archived by the owner on Oct 31, 2020. It is now read-only.

toffaletti/state-threads

Repository files navigation

This is my fork of the state-threads library from http://state-threads.sourceforge.net/

Changes include:
- CMake build system
- Valgrind support for stack swaps
- Minor updates for modern C compilers (gcc/clang)
- pthread support (using __thread gcc extension)

See README.orig for more information.