Loading...
Searching...
No Matches
Namespace List
Here is a list of all documented namespaces with brief descriptions:
[detail level 123]
 NriotRIOT C++ namespace
 NtestingNamespace for cpp unit tests
 CtestTest base class
 Ctest_suiteTest suite base class
 Cadopt_lock_tTag type for adopt lock strategy
 Ccondition_variableC++11 compliant implementation of condition variable, uses the time point implemented in our chrono replacement instead of the specified one
 Cdefer_lock_tTag type for defer lock strategy
 Cirq_lockRAII based IRQ lock
 Clock_guardC++11 compliant implementation of unique lock
 CmutexC++11 compliant implementation of mutex, uses the time point implemented in our chrono replacement instead of the specified one
 CthreadC++11 compliant implementation of thread, however uses the time point from out chrono header instead of the specified one
 Cthread_dataHolds context data for the thread
 Cthread_data_deleterThis deleter prevents our thread data from being destroyed if the thread object is destroyed before the thread had a chance to run
 Cthread_idImplementation of thread::id
 Ctime_pointA time point for timed wait, as clocks from the standard are not available on RIOT
 Ctry_to_lock_tTag type for try lock strategy
 Cunique_lockC++11 compliant implementation of unique lock