Files | |
| pthread.h | |
| POSIX conforming multi-threading features. | |
| pthread_barrier.h | |
| Synchronization barriers. | |
| pthread_cancellation.h | |
| Thread cancellation features. | |
| pthread_cleanup.h | |
| Cleanup primitives for pthread threads. | |
| pthread_cond.h | |
| RIOT POSIX condition variable API. | |
| pthread_mutex.h | |
| Mutual exclusion. | |
| pthread_mutex_attr.h | |
| Attributes for pthread mutexes. | |
| pthread_once.h | |
| Singletons features / single-shot execution. | |
| pthread_rwlock.h | |
| Implementation of a fair, POSIX conforming reader/writer lock. | |
| pthread_rwlock_attr.h | |
| Implementation of a fair, POSIX conforming reader/writer lock (attribute set). | |
| pthread_scheduling.h | |
| Scheduling parameters and policies of pthreads. | |
| pthread_spin.h | |
| Spin locks. | |
| pthread_threading.h | |
| Thread creation features. | |
| pthread_threading_attr.h | |
| Thread creation features (attributes). | |
| pthread_tls.h | |
| RIOT POSIX thread local storage. | |