1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/cpp11-compat
Joseph Noir bddaee751d 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
2015-05-18 13:57:02 +02:00
..
include/riot Add replacement headers for thread, mutex and cond 2015-05-18 13:57:02 +02:00
condition_variable.cpp Add replacement headers for thread, mutex and cond 2015-05-18 13:57:02 +02:00
doc.txt Add replacement headers for thread, mutex and cond 2015-05-18 13:57:02 +02:00
Makefile Add replacement headers for thread, mutex and cond 2015-05-18 13:57:02 +02:00
mutex.cpp Add replacement headers for thread, mutex and cond 2015-05-18 13:57:02 +02:00
thread.cpp Add replacement headers for thread, mutex and cond 2015-05-18 13:57:02 +02:00