|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <uacpi/platform/atomic.h>

Go to the source code of this file.
Typedefs | |
| typedef unsigned long | uacpi_cpu_flags |
| typedef void * | uacpi_thread_id |
Definition at line 10 of file arch_helpers.h.
| #define UACPI_ATOMIC_LOAD_THREAD_ID | ( | ptr | ) | ((uacpi_thread_id)uacpi_atomic_load_ptr(ptr)) |
Definition at line 23 of file arch_helpers.h.
Definition at line 27 of file arch_helpers.h.
| #define UACPI_THREAD_ID_NONE ((uacpi_thread_id)-1) |
Definition at line 35 of file arch_helpers.h.
| typedef unsigned long uacpi_cpu_flags |
Definition at line 13 of file arch_helpers.h.
| typedef void* uacpi_thread_id |
Definition at line 15 of file arch_helpers.h.