Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
#include <cassert>
#include <cinttypes>
#include <cstring>
#include <atomic>
#include <memory>
#include <thread>
#include <pthread.h>
#include <jau/test/catch2_ext.hpp>
#include <jau/ordered_atomic.hpp>
Go to the source code of this file.
Classes | |
class | TestMemModelSCDRF00 |
test_mm_sc_drf_00: Testing SC-DRF non-atomic global read and write within an atomic acquire/release critical block. More... | |
Functions | |
METHOD_AS_TEST_CASE (TestMemModelSCDRF00::test_list, "Test TestMemModelSCDRF 00- test_list") | |
Variables | |
static int | loops = 10 |
METHOD_AS_TEST_CASE | ( | TestMemModelSCDRF00::test_list | , |
"Test TestMemModelSCDRF 00- test_list" | |||
) |
|
static |
Definition at line 40 of file test_mm_sc_drf_00.cpp.