Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions
atomic_test.cc File Reference
#include "platform/atomic.h"
#include "platform/assert.h"
#include "platform/utils.h"
#include "vm/globals.h"
#include "vm/unit_test.h"

Go to the source code of this file.

Namespaces

namespace  dart
 

Functions

 dart::VM_UNIT_TEST_CASE (FetchAndIncrement)
 
 dart::VM_UNIT_TEST_CASE (FetchAndDecrement)
 
 dart::VM_UNIT_TEST_CASE (FetchAndIncrementSigned)
 
 dart::VM_UNIT_TEST_CASE (FetchAndDecrementSigned)
 
 dart::VM_UNIT_TEST_CASE (IncrementBy)
 
 dart::VM_UNIT_TEST_CASE (DecrementBy)
 
 dart::VM_UNIT_TEST_CASE (FetchOrRelaxed)
 
 dart::VM_UNIT_TEST_CASE (FetchAndRelaxed)
 
 dart::VM_UNIT_TEST_CASE (LoadRelaxed)
 
 dart::TEST_CASE (CompareAndSwapWord)
 
 dart::TEST_CASE (CompareAndSwapUint32)