- _Py_atomic_load
auto _Py_atomic_load(ATOMIC_VAL val)
Undocumented in source. Be warned that the author may not have intended to support it.
- _Py_atomic_load_explicit
auto _Py_atomic_load_explicit(ATOMIC_VAL val, _Py_memory_order order)
Undocumented in source. Be warned that the author may not have intended to support it.
- _Py_atomic_load_relaxed
auto _Py_atomic_load_relaxed(ATOMIC_VAL val)
Undocumented in source. Be warned that the author may not have intended to support it.
- _Py_atomic_signal_fence
auto _Py_atomic_signal_fence(_Py_memory_order order)
Undocumented in source. Be warned that the author may not have intended to support it.
- _Py_atomic_store
void _Py_atomic_store(ATOMIC_VAL val, NEW_VAL val2)
Undocumented in source. Be warned that the author may not have intended to support it.
- _Py_atomic_store_explicit
void _Py_atomic_store_explicit(ATOMIC_VAL val, NEW_VAL val2, _Py_memory_order order)
Undocumented in source. Be warned that the author may not have intended to support it.
- _Py_atomic_store_relaxed
void _Py_atomic_store_relaxed(ATOMIC_VAL val, NEW_VAL val2)
Undocumented in source. Be warned that the author may not have intended to support it.
- _Py_atomic_thread_fence
auto _Py_atomic_thread_fence(_Py_memory_order order)
Undocumented in source. Be warned that the author may not have intended to support it.
Mirror pyatomic.h
Note this is python 3 only (and very probably doesn't work period)