-
- Downloads
Add replacement headers for thread, mutex and cond
These headers do not provide full stl functionality, but a small subset: * thread and this_thread * condition_variable (some timed functions are missing) * mutex, lock_guard and unique_lock
tests/cpp11_thread/Makefile
0 → 100644
tests/cpp11_thread/main.cpp
0 → 100644
Please register or sign in to comment