MCUXpresso SDK API Reference Manual  Rev. 0
NXP Semiconductors
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
typedefs of POSIX types.

Overview

Set these values to 1 or 0 to enable or disable the typedefs, respectively. These typedefs should only be disabled if they conflict with system typedefs.

Macros

#define posixconfigENABLE_CLOCK_T   1
 
#define posixconfigENABLE_CLOCKID_T   1
 
#define posixconfigENABLE_MODE_T   1
 
#define posixconfigENABLE_PID_T   1
 
#define posixconfigENABLE_PTHREAD_ATTR_T   1
 
#define posixconfigENABLE_PTHREAD_COND_T   1
 
#define posixconfigENABLE_PTHREAD_CONDATTR_T   1
 
#define posixconfigENABLE_PTHREAD_MUTEX_T   1
 
#define posixconfigENABLE_PTHREAD_MUTEXATTR_T   1
 
#define posixconfigENABLE_PTHREAD_T   1
 
#define posixconfigENABLE_SSIZE_T   1
 
#define posixconfigENABLE_TIME_T   1
 
#define posixconfigENABLE_TIMER_T   1
 
#define posixconfigENABLE_USECONDS_T   1
 
#define posixconfigENABLE_TIMESPEC   1
 
#define posixconfigENABLE_ITIMERSPEC   1
 
#define posixconfigENABLE_TM   1
 
#define posixconfigENABLE_SEM_T   1
 
#define posixconfigENABLE_PTHREAD_BARRIER_T   1
 

Macro Definition Documentation

#define posixconfigENABLE_CLOCK_T   1

clock_t in sys/types.h

#define posixconfigENABLE_CLOCKID_T   1

clockid_t in sys/types.h

#define posixconfigENABLE_MODE_T   1

mode_t in sys/types.h

#define posixconfigENABLE_PID_T   1

pid_t in sys/types.h

#define posixconfigENABLE_PTHREAD_ATTR_T   1

pthread_attr_t in sys/types.h

#define posixconfigENABLE_PTHREAD_COND_T   1

pthread_cond_t in sys/types.h

#define posixconfigENABLE_PTHREAD_CONDATTR_T   1

pthread_condattr_t in sys/types.h

#define posixconfigENABLE_PTHREAD_MUTEX_T   1

pthread_mutex_t in sys/types.h

#define posixconfigENABLE_PTHREAD_MUTEXATTR_T   1

pthread_mutexattr_t in sys/types.h

#define posixconfigENABLE_PTHREAD_T   1

pthread_t in sys/types.h

#define posixconfigENABLE_SSIZE_T   1

ssize_t in sys/types.h

#define posixconfigENABLE_TIME_T   1

time_t in sys/types.h

#define posixconfigENABLE_TIMER_T   1

timer_t in sys/types.h

#define posixconfigENABLE_USECONDS_T   1

useconds_t in sys/types.h

#define posixconfigENABLE_TIMESPEC   1

struct timespec in time.h

#define posixconfigENABLE_ITIMERSPEC   1

struct itimerspec in time.h

#define posixconfigENABLE_TM   1

struct tm in time.h

#define posixconfigENABLE_SEM_T   1

struct sem_t in semaphore.h

#define posixconfigENABLE_PTHREAD_BARRIER_T   1

pthread_barrier_t in sys/types.h