MCPcopy Create free account
hub / github.com/bloomberg/pystack / PyMutex

Class PyMutex

src/pystack/_pystack/cpython/interpreter.h:253–256  ·  view source on GitHub ↗

Forward */

Source from the content-addressed store, hash-verified

251
252struct _pythreadstate; /* Forward */
253struct PyMutex
254{
255 uint8_t v;
256};
257typedef int (*_Py_pending_call_func)(void*);
258struct _pending_call
259{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected