Zephyr API Documentation
3.5.0
A Scalable Open Source RTOS
3.5.0
Toggle main menu visibility
Main Page
Related Pages
Modules
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
Enumerations
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
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
z
Variables
$
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
x
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
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
z
▼
Zephyr API Documentation
►
Introduction
Deprecated List
►
Modules
►
Data Structures
▼
Files
►
File List
►
Globals
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
thread.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2017 Intel Corporation
3
* Copyright (c) 2017 Oticon A/S
4
*
5
* SPDX-License-Identifier: Apache-2.0
6
*/
7
20
#ifndef ZEPHYR_INCLUDE_ARCH_POSIX_THREAD_H_
21
#define ZEPHYR_INCLUDE_ARCH_POSIX_THREAD_H_
22
23
#ifndef _ASMLANGUAGE
24
#include <
zephyr/types.h
>
25
26
#ifdef __cplusplus
27
extern
"C"
{
28
#endif
29
30
struct
_callee_saved {
31
/* IRQ status before irq_lock() and call to z_swap() */
32
uint32_t
key;
33
34
/* Return value of z_swap() */
35
uint32_t
retval;
36
37
/* Thread status pointer */
38
void
*thread_status;
39
};
40
41
42
struct
_thread_arch {
43
/* nothing for now */
44
int
dummy;
45
};
46
47
typedef
struct
_thread_arch _thread_arch_t;
48
49
#ifdef __cplusplus
50
}
51
#endif
52
53
#endif
/* _ASMLANGUAGE */
54
55
#endif
/* ZEPHYR_INCLUDE_ARCH_POSIX_THREAD_H_ */
types.h
uint32_t
__UINT32_TYPE__ uint32_t
Definition:
stdint.h:90
zephyr
arch
posix
thread.h
Generated on Fri Oct 20 2023 10:27:11 for Zephyr API Documentation by
1.9.6