|
Blender
V2.93
|
Go to the source code of this file.
pointer aliases | |
| #define | INT_AS_PTR(a) reinterpret_cast<void *>((a)) |
| TEST (atomic, atomic_cas_ptr) | |
| #define INT_AS_PTR | ( | a | ) | reinterpret_cast<void *>((a)) |
Definition at line 873 of file atomic_test.cc.
| TEST | ( | atomic | , |
| atomic_add_and_fetch_fl | |||
| ) |
Definition at line 900 of file atomic_test.cc.
References atomic_add_and_fetch_fl().
| TEST | ( | atomic | , |
| atomic_add_and_fetch_int32 | |||
| ) |
Definition at line 429 of file atomic_test.cc.
References atomic_add_and_fetch_int32(), and EXPECT_EQ().
| TEST | ( | atomic | , |
| atomic_add_and_fetch_int64 | |||
| ) |
Definition at line 152 of file atomic_test.cc.
References atomic_add_and_fetch_int64(), and EXPECT_EQ().
| TEST | ( | atomic | , |
| atomic_add_and_fetch_u | |||
| ) |
Definition at line 778 of file atomic_test.cc.
References atomic_add_and_fetch_u(), EXPECT_EQ(), and max.
| TEST | ( | atomic | , |
| atomic_add_and_fetch_uint32 | |||
| ) |
Definition at line 286 of file atomic_test.cc.
References atomic_add_and_fetch_uint32(), and EXPECT_EQ().
| TEST | ( | atomic | , |
| atomic_add_and_fetch_uint64 | |||
| ) |
Definition at line 21 of file atomic_test.cc.
References atomic_add_and_fetch_uint64(), and EXPECT_EQ().
| TEST | ( | atomic | , |
| atomic_add_and_fetch_z | |||
| ) |
Definition at line 667 of file atomic_test.cc.
References atomic_add_and_fetch_z(), EXPECT_EQ(), and max.
| TEST | ( | atomic | , |
| atomic_cas_float | |||
| ) |
Definition at line 891 of file atomic_test.cc.
References atomic_cas_float(), and EXPECT_EQ().
| TEST | ( | atomic | , |
| atomic_cas_int32 | |||
| ) |
Definition at line 477 of file atomic_test.cc.
References atomic_cas_int32(), and EXPECT_EQ().
| TEST | ( | atomic | , |
| atomic_cas_int64 | |||
| ) |
Definition at line 248 of file atomic_test.cc.
References atomic_cas_int64(), and EXPECT_EQ().
| TEST | ( | atomic | , |
| atomic_cas_ptr | |||
| ) |
Definition at line 875 of file atomic_test.cc.
References atomic_cas_ptr(), EXPECT_EQ(), and INT_AS_PTR.
| TEST | ( | atomic | , |
| atomic_cas_u | |||
| ) |
Definition at line 850 of file atomic_test.cc.
References atomic_cas_u(), EXPECT_EQ(), and max.
| TEST | ( | atomic | , |
| atomic_cas_uint32 | |||
| ) |
Definition at line 334 of file atomic_test.cc.
References atomic_cas_uint32(), and EXPECT_EQ().
| TEST | ( | atomic | , |
| atomic_cas_uint64 | |||
| ) |
Definition at line 117 of file atomic_test.cc.
References atomic_cas_uint64(), and EXPECT_EQ().
| TEST | ( | atomic | , |
| atomic_cas_z | |||
| ) |
Definition at line 739 of file atomic_test.cc.
References atomic_cas_z(), EXPECT_EQ(), and max.
| TEST | ( | atomic | , |
| atomic_fetch_and_add_int32 | |||
| ) |
Definition at line 507 of file atomic_test.cc.
References atomic_fetch_and_add_int32(), and EXPECT_EQ().
| TEST | ( | atomic | , |
| atomic_fetch_and_add_int64 | |||
| ) |
Definition at line 200 of file atomic_test.cc.
References atomic_fetch_and_add_int64(), and EXPECT_EQ().
| TEST | ( | atomic | , |
| atomic_fetch_and_add_u | |||
| ) |
Definition at line 814 of file atomic_test.cc.
References atomic_fetch_and_add_u(), EXPECT_EQ(), and max.
| TEST | ( | atomic | , |
| atomic_fetch_and_add_uint32 | |||
| ) |
Definition at line 361 of file atomic_test.cc.
References atomic_fetch_and_add_uint32(), and EXPECT_EQ().
| TEST | ( | atomic | , |
| atomic_fetch_and_add_uint64 | |||
| ) |
Definition at line 69 of file atomic_test.cc.
References atomic_fetch_and_add_uint64(), and EXPECT_EQ().
| TEST | ( | atomic | , |
| atomic_fetch_and_add_z | |||
| ) |
Definition at line 703 of file atomic_test.cc.
References atomic_fetch_and_add_z(), EXPECT_EQ(), and max.
| TEST | ( | atomic | , |
| atomic_fetch_and_and_char | |||
| ) |
Definition at line 653 of file atomic_test.cc.
References atomic_fetch_and_and_char(), and EXPECT_EQ().
| TEST | ( | atomic | , |
| atomic_fetch_and_and_int16 | |||
| ) |
Definition at line 580 of file atomic_test.cc.
References atomic_fetch_and_and_int16(), and EXPECT_EQ().
| TEST | ( | atomic | , |
| atomic_fetch_and_and_int32 | |||
| ) |
Definition at line 545 of file atomic_test.cc.
References atomic_fetch_and_and_int32(), and EXPECT_EQ().
| TEST | ( | atomic | , |
| atomic_fetch_and_and_int8 | |||
| ) |
Definition at line 630 of file atomic_test.cc.
References atomic_fetch_and_and_int8(), and EXPECT_EQ().
| TEST | ( | atomic | , |
| atomic_fetch_and_and_uint32 | |||
| ) |
Definition at line 403 of file atomic_test.cc.
References atomic_fetch_and_and_uint32(), and EXPECT_EQ().
| TEST | ( | atomic | , |
| atomic_fetch_and_and_uint8 | |||
| ) |
Definition at line 607 of file atomic_test.cc.
References atomic_fetch_and_and_uint8(), and EXPECT_EQ().
| TEST | ( | atomic | , |
| atomic_fetch_and_or_char | |||
| ) |
Definition at line 644 of file atomic_test.cc.
References atomic_fetch_and_or_char(), and EXPECT_EQ().
| TEST | ( | atomic | , |
| atomic_fetch_and_or_int16 | |||
| ) |
Definition at line 565 of file atomic_test.cc.
References atomic_fetch_and_or_int16(), and EXPECT_EQ().
| TEST | ( | atomic | , |
| atomic_fetch_and_or_int32 | |||
| ) |
Definition at line 528 of file atomic_test.cc.
References atomic_fetch_and_or_int32(), and EXPECT_EQ().
| TEST | ( | atomic | , |
| atomic_fetch_and_or_int8 | |||
| ) |
Definition at line 621 of file atomic_test.cc.
References atomic_fetch_and_or_int8(), and EXPECT_EQ().
| TEST | ( | atomic | , |
| atomic_fetch_and_or_uint32 | |||
| ) |
Definition at line 382 of file atomic_test.cc.
References atomic_fetch_and_or_uint32(), and EXPECT_EQ().
| TEST | ( | atomic | , |
| atomic_fetch_and_or_uint8 | |||
| ) |
Definition at line 598 of file atomic_test.cc.
References atomic_fetch_and_or_uint8(), and EXPECT_EQ().
| TEST | ( | atomic | , |
| atomic_fetch_and_sub_int64 | |||
| ) |
Definition at line 221 of file atomic_test.cc.
References atomic_fetch_and_sub_int64(), and EXPECT_EQ().
| TEST | ( | atomic | , |
| atomic_fetch_and_sub_u | |||
| ) |
Definition at line 832 of file atomic_test.cc.
References atomic_fetch_and_sub_u(), EXPECT_EQ(), and max.
| TEST | ( | atomic | , |
| atomic_fetch_and_sub_uint64 | |||
| ) |
Definition at line 90 of file atomic_test.cc.
References atomic_fetch_and_sub_uint64(), and EXPECT_EQ().
| TEST | ( | atomic | , |
| atomic_fetch_and_sub_z | |||
| ) |
Definition at line 721 of file atomic_test.cc.
References atomic_fetch_and_sub_z(), EXPECT_EQ(), and max.
| TEST | ( | atomic | , |
| atomic_fetch_and_update_max_z | |||
| ) |
Definition at line 757 of file atomic_test.cc.
References atomic_fetch_and_update_max_z(), EXPECT_EQ(), and max.
| TEST | ( | atomic | , |
| atomic_sub_and_fetch_int32 | |||
| ) |
Definition at line 450 of file atomic_test.cc.
References atomic_sub_and_fetch_int32(), and EXPECT_EQ().
| TEST | ( | atomic | , |
| atomic_sub_and_fetch_int64 | |||
| ) |
Definition at line 173 of file atomic_test.cc.
References atomic_sub_and_fetch_int64(), and EXPECT_EQ().
| TEST | ( | atomic | , |
| atomic_sub_and_fetch_u | |||
| ) |
Definition at line 796 of file atomic_test.cc.
References atomic_sub_and_fetch_u(), EXPECT_EQ(), and max.
| TEST | ( | atomic | , |
| atomic_sub_and_fetch_uint32 | |||
| ) |
Definition at line 307 of file atomic_test.cc.
References atomic_sub_and_fetch_uint32(), and EXPECT_EQ().
| TEST | ( | atomic | , |
| atomic_sub_and_fetch_uint64 | |||
| ) |
Definition at line 42 of file atomic_test.cc.
References atomic_sub_and_fetch_uint64(), and EXPECT_EQ().
| TEST | ( | atomic | , |
| atomic_sub_and_fetch_z | |||
| ) |
Definition at line 685 of file atomic_test.cc.
References atomic_sub_and_fetch_z(), EXPECT_EQ(), and max.