|
|
|||
File indexing completed on 2025-11-19 09:50:54
0001 #ifndef Py_ATOMIC_H 0002 #define Py_ATOMIC_H 0003 #ifdef __cplusplus 0004 extern "C" { 0005 #endif 0006 0007 #ifndef Py_LIMITED_API 0008 # define Py_CPYTHON_ATOMIC_H 0009 # include "cpython/pyatomic.h" 0010 # undef Py_CPYTHON_ATOMIC_H 0011 #endif 0012 0013 #ifdef __cplusplus 0014 } 0015 #endif 0016 #endif /* !Py_ATOMIC_H */
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|