shared_atomic.atomic_boolfloat

class shared_atomic.atomic_boolfloat. atomic_bool


__init__ ( self , name : bytes , value : bool = None )


bool_compare_and_set ( self , b : atomic_bool , n : bool ) bool


bool_compare_and_set_value ( self , e : bool , n : bool ) bool


bool_get_and_set ( self , n : bool ) bool


bool_shift ( self , b : atomic_bool , c : atomic_bool ) void


bool_store ( self , b : atomic_bool ) void


get ( self ) bool


set ( self , value : bool ) void


value

value: bint


class shared_atomic.atomic_boolfloat. atomic_float


__init__ ( self , name : bytes , value : float = None )


float_store ( self , n : atomic_float ) void


get ( self ) float


set ( self , value : float ) void


value

value: cython.double


shared_atomic.atomic_boolfloat. bool_compare_and_set ( a : atomic_bool , b : atomic_bool , n : bool ) bool


shared_atomic.atomic_boolfloat. bool_compare_and_set_value ( a : atomic_bool , e : bool , n : bool ) bool


shared_atomic.atomic_boolfloat. bool_get ( boolean : atomic_bool ) bool


shared_atomic.atomic_boolfloat. bool_get_and_set ( a : atomic_bool , n : bool ) bool


shared_atomic.atomic_boolfloat. bool_set ( boolean : atomic_bool , n : bool ) void


shared_atomic.atomic_boolfloat. bool_shift ( a : atomic_bool , b : atomic_bool , n : atomic_bool ) void


shared_atomic.atomic_boolfloat. bool_store ( a : atomic_bool , b : atomic_bool ) void


shared_atomic.atomic_boolfloat. float_get ( a : atomic_float ) float


shared_atomic.atomic_boolfloat. float_set ( a : atomic_float , n : float ) void


shared_atomic.atomic_boolfloat. float_store ( v : atomic_float , n : atomic_float ) void