LLVM OpenMP 20.0.0git
|
Go to the source code of this file.
Typedefs | |
typedef void * | ident_t |
Functions | |
bool | __kmpc_atomic_bool_1_cas (ident_t *loc, int gtid, char *x, char e, char d) |
bool | __kmpc_atomic_bool_2_cas (ident_t *loc, int gtid, short *x, short e, short d) |
bool | __kmpc_atomic_bool_4_cas (ident_t *loc, int gtid, int *x, int e, int d) |
bool | __kmpc_atomic_bool_8_cas (ident_t *loc, int gtid, long long *x, long long e, long long d) |
char | __kmpc_atomic_val_1_cas (ident_t *loc, int gtid, char *x, char e, char d) |
short | __kmpc_atomic_val_2_cas (ident_t *loc, int gtid, short *x, short e, short d) |
int | __kmpc_atomic_val_4_cas (ident_t *loc, int gtid, int *x, int e, int d) |
long long | __kmpc_atomic_val_8_cas (ident_t *loc, int gtid, long long *x, long long e, long long d) |
int | main () |
Definition at line 13 of file kmp_atomic_cas.c.
Referenced by main().
Referenced by main().
Referenced by main().
Referenced by main().
Referenced by main().
Referenced by main().
Referenced by main().
long long __kmpc_atomic_val_8_cas | ( | ident_t * | loc, |
int | gtid, | ||
long long * | x, | ||
long long | e, | ||
long long | d | ||
) |
Referenced by main().
Definition at line 36 of file kmp_atomic_cas.c.
References __kmpc_atomic_bool_1_cas(), __kmpc_atomic_bool_2_cas(), __kmpc_atomic_bool_4_cas(), __kmpc_atomic_bool_8_cas(), __kmpc_atomic_val_1_cas(), __kmpc_atomic_val_2_cas(), __kmpc_atomic_val_4_cas(), __kmpc_atomic_val_8_cas(), omp_set_dynamic, r, and ret.