Forward */
| 251 | |
| 252 | struct _pythreadstate; /* Forward */ |
| 253 | struct PyMutex |
| 254 | { |
| 255 | uint8_t v; |
| 256 | }; |
| 257 | typedef int (*_Py_pending_call_func)(void*); |
| 258 | struct _pending_call |
| 259 | { |
nothing calls this directly
no outgoing calls
no test coverage detected