AWS IoT FreeRTOS+POSIX
FreeRTOS_POSIX_internal.h File Reference

Internal structs and initializers for FreeRTOS+POSIX. More...

#include "aws_doubly_linked_list.h"

Go to the source code of this file.

Data Structures

struct  pthread_cond_internal_t
 Mutex attribute object. More...
 

Macros

#define FREERTOS_POSIX_COND_INITIALIZER
 Compile-time initializer of pthread_cond_internal_t. More...
 

Detailed Description

Internal structs and initializers for FreeRTOS+POSIX.

Macro Definition Documentation

◆ FREERTOS_POSIX_COND_INITIALIZER

#define FREERTOS_POSIX_COND_INITIALIZER
Value:
{ \
.xIsInitialized = pdFALSE, \
.xCondMutex = { { 0 } }, \
.xCondWaitSemaphore = { { 0 } },\
.iWaitingThreads = 0 \
} \
) \
)
Mutex attribute object.
Definition: FreeRTOS_POSIX_internal.h:77

Compile-time initializer of pthread_cond_internal_t.