![]() |
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
#include <pthread.h>
#include <semaphore.h>
Go to the source code of this file.
Data Structures | |
struct | pprzMutex |
struct | pprzBSem |
Macros | |
#define | PPRZ_NORMAL_PRIO 128 |
#define | THREADS_ATTRIBUTES |
Typedefs | |
typedef pthread_t | pprz_thread_t |
struct pprzMutex |
Definition at line 22 of file threads_arch.h.
Data Fields | ||
---|---|---|
int | dummy | |
mutex_t | mtx | |
pthread_mutex_t | mtx |
struct pprzBSem |
Definition at line 26 of file threads_arch.h.
Data Fields | ||
---|---|---|
binary_semaphore_t | bsem | |
pthread_mutex_t | mtx | |
sem_t | sem | |
volatile int | value |
#define PPRZ_NORMAL_PRIO 128 |
Definition at line 19 of file threads_arch.h.
#define THREADS_ATTRIBUTES |
Definition at line 21 of file threads_arch.h.
Definition at line 33 of file threads_arch.h.