ReactOS 0.4.16-dev-41-ge8c7597
|
#include <unistd.h>
Go to the source code of this file.
Macros | |
#define | ACPI_USE_STANDARD_HEADERS |
#define | ACPI_USE_SYSTEM_CLIBRARY |
#define | ACPI_USE_DO_WHILE_0 |
#define | ACPI_FLUSH_CPU_CACHE() |
#define | ACPI_USE_ALTERNATE_TIMEOUT |
#define | ACPI_MACHINE_WIDTH 32 |
#define | COMPILER_DEPENDENT_INT64 long long |
#define | COMPILER_DEPENDENT_UINT64 unsigned long long |
#define | ACPI_USE_NATIVE_DIVIDE |
#define | ACPI_USE_NATIVE_MATH64 |
#define | __cdecl |
#define | ACPI_ACQUIRE_GLOBAL_LOCK(GLptr, Acq) if (GLptr) Acq=1; else Acq=0; |
#define | ACPI_RELEASE_GLOBAL_LOCK(GLptr, Pending) Pending = 1 |
#define | ACPI_CAST_PTHREAD_T(pthread) ((ACPI_THREAD_ID) ACPI_TO_INTEGER (pthread)) |
Functions | |
int | vsnprintf (char *s, size_t n, const char *format, va_list ap) |
int | snprintf (char *s, size_t n, const char *format,...) |
#define __cdecl |
Definition at line 79 of file accygwin.h.
Definition at line 82 of file accygwin.h.
#define ACPI_CAST_PTHREAD_T | ( | pthread | ) | ((ACPI_THREAD_ID) ACPI_TO_INTEGER (pthread)) |
Definition at line 87 of file accygwin.h.
#define ACPI_FLUSH_CPU_CACHE | ( | ) |
Definition at line 53 of file accygwin.h.
#define ACPI_MACHINE_WIDTH 32 |
Definition at line 71 of file accygwin.h.
Definition at line 83 of file accygwin.h.
#define ACPI_USE_ALTERNATE_TIMEOUT |
Definition at line 59 of file accygwin.h.
#define ACPI_USE_DO_WHILE_0 |
Definition at line 52 of file accygwin.h.
#define ACPI_USE_NATIVE_DIVIDE |
Definition at line 74 of file accygwin.h.
#define ACPI_USE_NATIVE_MATH64 |
Definition at line 75 of file accygwin.h.
#define ACPI_USE_STANDARD_HEADERS |
Definition at line 50 of file accygwin.h.
#define ACPI_USE_SYSTEM_CLIBRARY |
Definition at line 51 of file accygwin.h.
Definition at line 72 of file accygwin.h.