1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/posix/pthread/include
Oleg Hahm 983d056c75 core: harmonizes the data type for the process ID
Instead of using differing integer types use kernel_pid_t for process
identifier. This type is introduced in a new header file to avoid
circular dependencies.
2014-08-01 12:02:54 +02:00
..
pthread_barrier.h core: harmonizes the data type for the process ID 2014-08-01 12:02:54 +02:00
pthread_cancellation.h documentation: fix doxygen for pthread_*.h 2014-05-18 17:33:49 +02:00
pthread_cleanup.h Fix trailing whitespaces 2014-05-26 14:54:23 +02:00
pthread_cond.h queue: add queue_t root type 2014-07-30 21:10:22 +02:00
pthread_mutex_attr.h documentation: fix doxygen for pthread_*.h 2014-05-18 17:33:49 +02:00
pthread_mutex.h documentation: fix doxygen for pthread_*.h 2014-05-18 17:33:49 +02:00
pthread_once.h documentation: fix doxygen for pthread_*.h 2014-05-18 17:33:49 +02:00
pthread_rwlock_attr.h documentation: fix doxygen for pthread_*.h 2014-05-18 17:33:49 +02:00
pthread_rwlock.h queue: add queue_t root type 2014-07-30 21:10:22 +02:00
pthread_scheduling.h documentation: fix doxygen for pthread_*.h 2014-05-18 17:33:49 +02:00
pthread_spin.h documentation: fix doxygen for pthread_*.h 2014-05-18 17:33:49 +02:00
pthread_threading_attr.h documentation: fix doxygen for pthread_*.h 2014-05-18 17:33:49 +02:00
pthread_threading.h documentation: fix doxygen for pthread_*.h 2014-05-18 17:33:49 +02:00
pthread.h documentation: fix doxygen for pthread_*.h 2014-05-18 17:33:49 +02:00