libfoedus-core
FOEDUS Core Library
shared_cond.cpp File Reference
#include "foedus/soc/shared_cond.hpp"
#include <errno.h>
#include <time.h>
#include <sys/time.h>
#include <atomic>
#include "foedus/assert_nd.hpp"
#include "foedus/assorted/assorted_func.hpp"
#include "foedus/assorted/atomic_fences.hpp"
Include dependency graph for shared_cond.cpp:

Go to the source code of this file.

Namespaces

 foedus
 Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services).
 
 foedus::soc
 System On Chip (SOC) and interprocess communication (IPC).
 

Functions

void foedus::soc::ugly_atomic_inc (uint32_t *address)
 
void foedus::soc::ugly_atomic_dec (uint32_t *address)