ARGOBOTS  dce6e727ffc4ca5b3ffc04cb9517c6689be51ec5
Data Structures | Macros | Typedefs
abtd_futex.c File Reference
#include "abti.h"
#include <pthread.h>
Include dependency graph for abtd_futex.c:

Go to the source code of this file.

Data Structures

struct  pthread_sync
 

Macros

#define PTHREAD_SYNC_STATIC_INITIALIZER
 

Typedefs

typedef struct pthread_sync pthread_sync
 

Macro Definition Documentation

◆ PTHREAD_SYNC_STATIC_INITIALIZER

#define PTHREAD_SYNC_STATIC_INITIALIZER
Value:
{ \
PTHREAD_MUTEX_INITIALIZER, PTHREAD_COND_INITIALIZER, NULL, NULL, \
ABTD_ATOMIC_INT_STATIC_INITIALIZER(0), \
}

Definition at line 81 of file abtd_futex.c.

Typedef Documentation

◆ pthread_sync

typedef struct pthread_sync pthread_sync