pyd v0.10.1 (2018-09-20T03:30:51Z)
Home
Dub
Repo
_Py_atomic_int
deimos
python
pyatomic
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(Python_3_0_Or_Later)
extern (
C
)
struct
_Py_atomic_int {
int
_value
;
}
Members
Variables
_value
int
_value
;
Undocumented in source.
Meta
Source
See Implementation
deimos
python
pyatomic
enums
_Py_memory_order
functions
_Py_atomic_load
_Py_atomic_load_explicit
_Py_atomic_load_relaxed
_Py_atomic_signal_fence
_Py_atomic_store
_Py_atomic_store_explicit
_Py_atomic_store_relaxed
_Py_atomic_thread_fence
structs
_Py_atomic_address
_Py_atomic_int