Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
Toggle main menu visibility
Main Page
Related Pages
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
m
n
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
threads_arch.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2025 The Paparazzi Team
3
*
4
* This file is part of paparazzi.
5
*
6
* Paparazzi is free software: you can redistribute it and/or modify
7
* it under the terms of the GNU General Public License as published by
8
* the Free Software Foundation, either version 3 of the License, or
9
* (at your option) any later version.
10
*
11
* See LICENSE file for the full license version, or see http://www.gnu.org/licenses/
12
*/
13
14
#pragma once
15
16
#include <pthread.h>
17
#include <semaphore.h>
18
19
#define PPRZ_NORMAL_PRIO 128
20
21
#define THREADS_ATTRIBUTES
22
23
struct
pprzMutex
{
24
pthread_mutex_t
mtx
;
25
};
26
27
struct
pprzBSem
{
28
pthread_mutex_t
mtx
;
29
sem_t
sem
;
30
};
31
32
33
typedef
pthread_t
pprz_thread_t
;
pprz_thread_t
thread_t * pprz_thread_t
Definition
threads_arch.h:31
foo
uint16_t foo
Definition
main_demo5.c:58
pprzBSem::sem
sem_t sem
Definition
threads_arch.h:29
pprzBSem::mtx
pthread_mutex_t mtx
Definition
threads_arch.h:28
pprzMutex::mtx
pthread_mutex_t mtx
Definition
threads_arch.h:24
pprzBSem
Definition
threads_arch.h:26
pprzMutex
Definition
threads_arch.h:22
sw
airborne
arch
linux
modules
core
threads_arch.h
Generated on Fri Apr 4 2025 14:56:49 for Paparazzi UAS by
1.9.8