Skip to content

keelefi/lthread

Repository files navigation

lthread

Build status

It's like pthread, but instead of even trying to be POSIX compliant, it targets only (reasonable new) Linux kernels. Furthermore, this project is aimed to aid anyone wanting to learn about synchronization primitives. You can think of the L in lthread standing for Linux or Learning.

Prerequisites

  • C++11 (tested with GCC 5.4)
  • GoogleTest
  • valgrind for testing
  • CMake

Compiling

mkdir bin
cd bin
cmake ..
cd ..
make -Cbin

Running tests

make -Cbin test

About

It's like pthread

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors