Commit Graph

7 Commits (362077d3d53b1ffb32e7151367940d411d04df64)

Author SHA1 Message Date
DipSwitch 0bb4748a94 core: Fix/refactor function naming in core/incude/irq.h 8 years ago
Kaspar Schleiser 0bf305e0e7 sys: cpp11-compat: adapt to thread.h 8 years ago
Kaspar Schleiser 2b010b5337 core: rename tcb_t -> thread_t, move into thread.h 8 years ago
BytesGalore 529e83675e cpp11: switched to use xtimer
Also switched the syscalls of cpu/native to use xtimer, only at _gettimeofday()
8 years ago
Joakim Gebart d670d6eb51 sys/cpp11-compat: condition variable: fix includes 8 years ago
Joakim Gebart 13832d8e62 everything: Remove filename from @file Doxygen command 8 years ago
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
8 years ago