-
- 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
Showing
- Makefile.dep 6 additions, 0 deletionsMakefile.dep
- core/include/native_sched.h 57 additions, 0 deletionscore/include/native_sched.h
- core/include/sched.h 1 addition, 0 deletionscore/include/sched.h
- cpu/stm32f4/startup.c 5 additions, 0 deletionscpu/stm32f4/startup.c
- sys/Makefile 6 additions, 3 deletionssys/Makefile
- sys/Makefile.include 4 additions, 0 deletionssys/Makefile.include
- sys/cpp11-compat/Makefile 4 additions, 0 deletionssys/cpp11-compat/Makefile
- sys/cpp11-compat/condition_variable.cpp 120 additions, 0 deletionssys/cpp11-compat/condition_variable.cpp
- sys/cpp11-compat/doc.txt 13 additions, 0 deletionssys/cpp11-compat/doc.txt
- sys/cpp11-compat/include/riot/chrono.hpp 139 additions, 0 deletionssys/cpp11-compat/include/riot/chrono.hpp
- sys/cpp11-compat/include/riot/condition_variable.hpp 139 additions, 0 deletionssys/cpp11-compat/include/riot/condition_variable.hpp
- sys/cpp11-compat/include/riot/detail/thread_util.hpp 90 additions, 0 deletionssys/cpp11-compat/include/riot/detail/thread_util.hpp
- sys/cpp11-compat/include/riot/mutex.hpp 213 additions, 0 deletionssys/cpp11-compat/include/riot/mutex.hpp
- sys/cpp11-compat/include/riot/thread.hpp 256 additions, 0 deletionssys/cpp11-compat/include/riot/thread.hpp
- sys/cpp11-compat/mutex.cpp 35 additions, 0 deletionssys/cpp11-compat/mutex.cpp
- sys/cpp11-compat/thread.cpp 98 additions, 0 deletionssys/cpp11-compat/thread.cpp
- tests/cpp11_condition_variable/Makefile 28 additions, 0 deletionstests/cpp11_condition_variable/Makefile
- tests/cpp11_condition_variable/main.cpp 130 additions, 0 deletionstests/cpp11_condition_variable/main.cpp
- tests/cpp11_mutex/Makefile 28 additions, 0 deletionstests/cpp11_mutex/Makefile
- tests/cpp11_mutex/main.cpp 87 additions, 0 deletionstests/cpp11_mutex/main.cpp
Loading
Please register or sign in to comment