MCPcopy Create free account
hub / github.com/OpenDriveLab/OpenLane / PyThread_tss_free

Function PyThread_tss_free

eval/CIPO_evaluation/pycocotools/_mask.c:393–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391 return key;
392}
393static CYTHON_INLINE void PyThread_tss_free(Py_tss_t *key) {
394 PyObject_Free(key);
395}
396static CYTHON_INLINE int PyThread_tss_is_created(Py_tss_t *key) {
397 return *key != Py_tss_NEEDS_INIT;
398}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected