KallistiOS
git master
Independent SDK for the Sega Dreamcast
Toggle main menu visibility
Main Page
Source Code
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
l
o
s
t
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
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Variables
Typedefs
_
a
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
Enumerator
_
b
d
e
i
m
p
s
t
u
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
_pthread.h
Go to the documentation of this file.
1
/** \file sys/_pthread.h
2
\brief Basic sys/_pthread.h file for newlib.
3
4
This file specifies a few things to make sure pthreads stuff compiles.
5
*/
6
7
#ifndef __SYS__PTHREAD_H
8
#define __SYS__PTHREAD_H
9
10
/* Make sure pthreads compile ok. */
11
/** \brief POSIX threads supported (sorta) */
12
#define _POSIX_THREADS
13
14
/** \brief POSIX timeouts supported (sorta) */
15
#define _POSIX_TIMEOUTS
16
17
#endif
/* __SYS__PTHREAD_H */
include
sys
_pthread.h
Generated by
1.12.0