BeeCrypt 4.2.1
gnu.h File Reference
#include <inttypes.h>
#include <stdint.h>
#include <pthread.h>
#include <semaphore.h>
#include <sched.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <dlfcn.h>
Include dependency graph for gnu.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define __GNUC__   0
 
#define __GNUC_PREREQ__(maj, min)
 

Typedefs

typedef pthread_cond_t bc_cond_t
 
typedef pthread_mutex_t bc_mutex_t
 
typedef pthread_t bc_thread_t
 
typedef pthread_t bc_threadid_t
 

Macro Definition Documentation

◆ __GNUC__

#define __GNUC__   0

◆ __GNUC_PREREQ__

#define __GNUC_PREREQ__ ( maj,
min )
Value:
0

Typedef Documentation

◆ bc_cond_t

typedef pthread_cond_t bc_cond_t

◆ bc_mutex_t

typedef pthread_mutex_t bc_mutex_t

◆ bc_thread_t

typedef pthread_t bc_thread_t

◆ bc_threadid_t

typedef pthread_t bc_threadid_t