KallistiOS
##version##
Main Page
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
include
sys
_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
/** \brief POSIX timers supported (not really) */
18
#define _POSIX_TIMERS
19
20
#endif
/* __SYS__PTHREAD_H */
Generated by
1.8.7