Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <stdint.h>
#include <unistd.h>
#include <sched.h>
Go to the source code of this file.
Macros | |
#define | __TBB_WORDSIZE 8 |
#define | __TBB_ENDIANNESS __TBB_ENDIAN_BIG |
#define | __TBB_machine_cmpswp4 __TBB_machine_cas_32 |
#define | __TBB_machine_cmpswp8 __TBB_machine_cas_64 |
#define | __TBB_Yield() sched_yield() |
#define | __TBB_USE_GENERIC_PART_WORD_CAS 1 |
#define | __TBB_USE_GENERIC_FETCH_ADD 1 |
#define | __TBB_USE_GENERIC_FETCH_STORE 1 |
#define | __TBB_USE_GENERIC_HALF_FENCED_LOAD_STORE 1 |
#define | __TBB_USE_GENERIC_RELAXED_LOAD_STORE 1 |
#define | __TBB_USE_GENERIC_SEQUENTIAL_CONSISTENCY_LOAD_STORE 1 |
#define | __TBB_control_consistency_helper() __TBB_machine_isync () |
#define | __TBB_acquire_consistency_helper() __TBB_machine_lwsync () |
#define | __TBB_release_consistency_helper() __TBB_machine_lwsync () |
#define | __TBB_full_memory_fence() __TBB_machine_flush () |
Functions | |
int32_t | __TBB_machine_cas_32 (volatile void *ptr, int32_t value, int32_t comparand) |
int64_t | __TBB_machine_cas_64 (volatile void *ptr, int64_t value, int64_t comparand) |
void | __TBB_machine_flush () |
void | __TBB_machine_lwsync () |
void | __TBB_machine_isync () |
#define __TBB_acquire_consistency_helper | ( | ) | __TBB_machine_lwsync () |
Definition at line 67 of file ibm_aix51.h.
#define __TBB_control_consistency_helper | ( | ) | __TBB_machine_isync () |
Definition at line 66 of file ibm_aix51.h.
#define __TBB_ENDIANNESS __TBB_ENDIAN_BIG |
Definition at line 30 of file ibm_aix51.h.
#define __TBB_full_memory_fence | ( | ) | __TBB_machine_flush () |
Definition at line 69 of file ibm_aix51.h.
#define __TBB_machine_cmpswp4 __TBB_machine_cas_32 |
Definition at line 45 of file ibm_aix51.h.
#define __TBB_machine_cmpswp8 __TBB_machine_cas_64 |
Definition at line 46 of file ibm_aix51.h.
#define __TBB_release_consistency_helper | ( | ) | __TBB_machine_lwsync () |
Definition at line 68 of file ibm_aix51.h.
#define __TBB_USE_GENERIC_FETCH_ADD 1 |
Definition at line 51 of file ibm_aix51.h.
#define __TBB_USE_GENERIC_FETCH_STORE 1 |
Definition at line 52 of file ibm_aix51.h.
#define __TBB_USE_GENERIC_HALF_FENCED_LOAD_STORE 1 |
Definition at line 53 of file ibm_aix51.h.
#define __TBB_USE_GENERIC_PART_WORD_CAS 1 |
Definition at line 50 of file ibm_aix51.h.
#define __TBB_USE_GENERIC_RELAXED_LOAD_STORE 1 |
Definition at line 54 of file ibm_aix51.h.
#define __TBB_USE_GENERIC_SEQUENTIAL_CONSISTENCY_LOAD_STORE 1 |
Definition at line 55 of file ibm_aix51.h.
#define __TBB_WORDSIZE 8 |
Definition at line 29 of file ibm_aix51.h.
#define __TBB_Yield | ( | ) | sched_yield() |
Definition at line 48 of file ibm_aix51.h.
int32_t __TBB_machine_cas_32 | ( | volatile void * | ptr, |
int32_t | value, | ||
int32_t | comparand | ||
) |
int64_t __TBB_machine_cas_64 | ( | volatile void * | ptr, |
int64_t | value, | ||
int64_t | comparand | ||
) |
void __TBB_machine_flush | ( | ) |
void __TBB_machine_isync | ( | ) |
void __TBB_machine_lwsync | ( | ) |