Loading...
Searching...
No Matches

POSIX conforming multi-threading features. More...

Detailed Description

POSIX conforming multi-threading features.

Files

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