#include <unixstl/unixstl.h>
#include <unistd.h>
Go to the source code of this file.
Defines | |
| #define | UNIXSTL_HAS_ATOMIC_INTEGER_OPERATIONS |
| If defined, indicates that the operating system supports atomic integer operations, and that they're safe for use outside the kernel. | |
| #define | UNIXSTL_USING_PTHREADS |
| If defined, indicates that PThreads is selected. | |
| #define UNIXSTL_HAS_ATOMIC_INTEGER_OPERATIONS |
If defined, indicates that the operating system supports atomic integer operations, and that they're safe for use outside the kernel.
Atomic integer operations are assumed on the following "UNIX" platforms:
or:
| #define UNIXSTL_USING_PTHREADS |
If defined, indicates that PThreads is selected.
PThreads is selected if:
1.5.6