LMMS
Loading...
Searching...
No Matches
eel_atomic.h File Reference

Go to the source code of this file.

Functions

static EEL_F NSEEL_CGEN_CALL atomic_setifeq (void *opaque, EEL_F *a, EEL_F *cmp, EEL_F *nd)
static EEL_F NSEEL_CGEN_CALL atomic_exch (void *opaque, EEL_F *a, EEL_F *b)
static EEL_F NSEEL_CGEN_CALL atomic_add (void *opaque, EEL_F *a, EEL_F *b)
static EEL_F NSEEL_CGEN_CALL atomic_set (void *opaque, EEL_F *a, EEL_F *b)
static EEL_F NSEEL_CGEN_CALL atomic_get (void *opaque, EEL_F *a)
static void EEL_atomic_register ()

Function Documentation

◆ atomic_add()

EEL_F NSEEL_CGEN_CALL atomic_add ( void * opaque,
EEL_F * a,
EEL_F * b )
static

◆ atomic_exch()

EEL_F NSEEL_CGEN_CALL atomic_exch ( void * opaque,
EEL_F * a,
EEL_F * b )
static

◆ atomic_get()

EEL_F NSEEL_CGEN_CALL atomic_get ( void * opaque,
EEL_F * a )
static

◆ atomic_set()

EEL_F NSEEL_CGEN_CALL atomic_set ( void * opaque,
EEL_F * a,
EEL_F * b )
static

◆ atomic_setifeq()

EEL_F NSEEL_CGEN_CALL atomic_setifeq ( void * opaque,
EEL_F * a,
EEL_F * cmp,
EEL_F * nd )
static

◆ EEL_atomic_register()

void EEL_atomic_register ( )
static