We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 061265e commit b5d0539Copy full SHA for b5d0539
Python/thread_pthread.h
@@ -1,5 +1,6 @@
1
#include "pycore_interp.h" // _PyInterpreterState.threads.stacksize
2
#include "pycore_pythread.h" // _POSIX_SEMAPHORES
3
+#include "pycore_atomic.h" // _Py_ANNOTATE_RWLOCK_XXXX
4
5
/* Posix threads interface */
6
0 commit comments