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 64333f3 commit e1cee96Copy full SHA for e1cee96
Include/cpython/lock.h
@@ -36,7 +36,7 @@ PyAPI_FUNC(void) PyMutex_Lock(PyMutex *m);
36
// exported function for unlocking the mutex
37
PyAPI_FUNC(void) PyMutex_Unlock(PyMutex *m);
38
39
-// exported function for unlocking the mutex
+// exported function for checking if the mutex is locked
40
PyAPI_FUNC(int) PyMutex_IsLocked(PyMutex *m);
41
42
// Locks the mutex.
0 commit comments