include Directory Reference

Files

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