Blender
V3.3
|
Go to the source code of this file.
pointer aliases | |
#define | INT_AS_PTR(a) reinterpret_cast<void *>((a)) |
TEST (atomic, atomic_cas_ptr) | |
TEST (atomic, atomic_load_ptr) | |
TEST (atomic, atomic_store_ptr) | |
Definition at line 1052 of file atomic_test.cc.
TEST | ( | atomic | , |
atomic_add_and_fetch_fl | |||
) |
Definition at line 1099 of file atomic_test.cc.
References atomic_add_and_fetch_fl().
TEST | ( | atomic | , |
atomic_add_and_fetch_int32 | |||
) |
Definition at line 532 of file atomic_test.cc.
References atomic_add_and_fetch_int32(), and EXPECT_EQ().
TEST | ( | atomic | , |
atomic_add_and_fetch_int64 | |||
) |
Definition at line 186 of file atomic_test.cc.
References atomic_add_and_fetch_int64(), and EXPECT_EQ().
TEST | ( | atomic | , |
atomic_add_and_fetch_u | |||
) |
Definition at line 956 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 354 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 810 of file atomic_test.cc.
References atomic_add_and_fetch_z(), EXPECT_EQ(), and max.
TEST | ( | atomic | , |
atomic_cas_float | |||
) |
Definition at line 1090 of file atomic_test.cc.
References atomic_cas_float(), and EXPECT_EQ().
TEST | ( | atomic | , |
atomic_cas_int32 | |||
) |
Definition at line 580 of file atomic_test.cc.
References atomic_cas_int32(), and EXPECT_EQ().
TEST | ( | atomic | , |
atomic_cas_int64 | |||
) |
Definition at line 282 of file atomic_test.cc.
References atomic_cas_int64(), and EXPECT_EQ().
TEST | ( | atomic | , |
atomic_cas_ptr | |||
) |
Definition at line 1054 of file atomic_test.cc.
References atomic_cas_ptr(), EXPECT_EQ(), and INT_AS_PTR.
TEST | ( | atomic | , |
atomic_cas_u | |||
) |
Definition at line 1028 of file atomic_test.cc.
References atomic_cas_u(), EXPECT_EQ(), and max.
TEST | ( | atomic | , |
atomic_cas_uint32 | |||
) |
Definition at line 402 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 882 of file atomic_test.cc.
References atomic_cas_z(), EXPECT_EQ(), and max.
TEST | ( | atomic | , |
atomic_fetch_and_add_int32 | |||
) |
Definition at line 644 of file atomic_test.cc.
References atomic_fetch_and_add_int32(), and EXPECT_EQ().
TEST | ( | atomic | , |
atomic_fetch_and_add_int64 | |||
) |
Definition at line 234 of file atomic_test.cc.
References atomic_fetch_and_add_int64(), and EXPECT_EQ().
TEST | ( | atomic | , |
atomic_fetch_and_add_u | |||
) |
Definition at line 992 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 463 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 846 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 795 of file atomic_test.cc.
References atomic_fetch_and_and_char(), and EXPECT_EQ().
TEST | ( | atomic | , |
atomic_fetch_and_and_int16 | |||
) |
Definition at line 718 of file atomic_test.cc.
References atomic_fetch_and_and_int16(), and EXPECT_EQ().
TEST | ( | atomic | , |
atomic_fetch_and_and_int32 | |||
) |
Definition at line 682 of file atomic_test.cc.
References atomic_fetch_and_and_int32(), and EXPECT_EQ().
TEST | ( | atomic | , |
atomic_fetch_and_and_int8 | |||
) |
Definition at line 771 of file atomic_test.cc.
References atomic_fetch_and_and_int8(), and EXPECT_EQ().
TEST | ( | atomic | , |
atomic_fetch_and_and_uint32 | |||
) |
Definition at line 505 of file atomic_test.cc.
References atomic_fetch_and_and_uint32(), and EXPECT_EQ().
TEST | ( | atomic | , |
atomic_fetch_and_and_uint8 | |||
) |
Definition at line 748 of file atomic_test.cc.
References atomic_fetch_and_and_uint8(), and EXPECT_EQ().
TEST | ( | atomic | , |
atomic_fetch_and_or_char | |||
) |
Definition at line 786 of file atomic_test.cc.
References atomic_fetch_and_or_char(), and EXPECT_EQ().
TEST | ( | atomic | , |
atomic_fetch_and_or_int16 | |||
) |
Definition at line 703 of file atomic_test.cc.
References atomic_fetch_and_or_int16(), and EXPECT_EQ().
TEST | ( | atomic | , |
atomic_fetch_and_or_int32 | |||
) |
Definition at line 665 of file atomic_test.cc.
References atomic_fetch_and_or_int32(), and EXPECT_EQ().
TEST | ( | atomic | , |
atomic_fetch_and_or_int8 | |||
) |
Definition at line 762 of file atomic_test.cc.
References atomic_fetch_and_or_int8(), and EXPECT_EQ().
TEST | ( | atomic | , |
atomic_fetch_and_or_uint32 | |||
) |
Definition at line 484 of file atomic_test.cc.
References atomic_fetch_and_or_uint32(), and EXPECT_EQ().
TEST | ( | atomic | , |
atomic_fetch_and_or_uint8 | |||
) |
Definition at line 739 of file atomic_test.cc.
References atomic_fetch_and_or_uint8(), and EXPECT_EQ().
TEST | ( | atomic | , |
atomic_fetch_and_sub_int64 | |||
) |
Definition at line 255 of file atomic_test.cc.
References atomic_fetch_and_sub_int64(), and EXPECT_EQ().
TEST | ( | atomic | , |
atomic_fetch_and_sub_u | |||
) |
Definition at line 1010 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 864 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 934 of file atomic_test.cc.
References atomic_fetch_and_update_max_z(), EXPECT_EQ(), and max.
TEST | ( | atomic | , |
atomic_load_int32 | |||
) |
Definition at line 610 of file atomic_test.cc.
References atomic_load_int32(), EXPECT_EQ(), and max.
TEST | ( | atomic | , |
atomic_load_int64 | |||
) |
Definition at line 314 of file atomic_test.cc.
References atomic_load_int64(), EXPECT_EQ(), and max.
TEST | ( | atomic | , |
atomic_load_ptr | |||
) |
Definition at line 1063 of file atomic_test.cc.
References atomic_load_ptr(), dest, EXPECT_EQ(), and INT_AS_PTR.
TEST | ( | atomic | , |
atomic_load_uint32 | |||
) |
Definition at line 429 of file atomic_test.cc.
References atomic_load_uint32(), EXPECT_EQ(), and max.
TEST | ( | atomic | , |
atomic_load_uint64 | |||
) |
Definition at line 146 of file atomic_test.cc.
References atomic_load_uint64(), EXPECT_EQ(), and max.
TEST | ( | atomic | , |
atomic_load_z | |||
) |
Definition at line 900 of file atomic_test.cc.
References atomic_load_z(), EXPECT_EQ(), and max.
TEST | ( | atomic | , |
atomic_store_int32 | |||
) |
Definition at line 626 of file atomic_test.cc.
References atomic_store_int32(), EXPECT_EQ(), and max.
TEST | ( | atomic | , |
atomic_store_int64 | |||
) |
Definition at line 330 of file atomic_test.cc.
References atomic_store_int64(), EXPECT_EQ(), and max.
TEST | ( | atomic | , |
atomic_store_ptr | |||
) |
Definition at line 1072 of file atomic_test.cc.
References atomic_store_ptr(), dest, EXPECT_EQ(), and INT_AS_PTR.
TEST | ( | atomic | , |
atomic_store_uint32 | |||
) |
Definition at line 445 of file atomic_test.cc.
References atomic_store_uint32(), EXPECT_EQ(), and max.
TEST | ( | atomic | , |
atomic_store_uint64 | |||
) |
Definition at line 162 of file atomic_test.cc.
References atomic_store_uint64(), EXPECT_EQ(), and max.
TEST | ( | atomic | , |
atomic_store_z | |||
) |
Definition at line 916 of file atomic_test.cc.
References atomic_store_z(), EXPECT_EQ(), and max.
TEST | ( | atomic | , |
atomic_sub_and_fetch_int32 | |||
) |
Definition at line 553 of file atomic_test.cc.
References atomic_sub_and_fetch_int32(), and EXPECT_EQ().
TEST | ( | atomic | , |
atomic_sub_and_fetch_int64 | |||
) |
Definition at line 207 of file atomic_test.cc.
References atomic_sub_and_fetch_int64(), and EXPECT_EQ().
TEST | ( | atomic | , |
atomic_sub_and_fetch_u | |||
) |
Definition at line 974 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 375 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 828 of file atomic_test.cc.
References atomic_sub_and_fetch_z(), EXPECT_EQ(), and max.