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

Function PyThread_tss_is_created

eval/CIPO_evaluation/pycocotools/_mask.c:396–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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}
399static CYTHON_INLINE void PyThread_tss_delete(Py_tss_t *key) {
400 PyThread_delete_key(*key);
401 *key = Py_tss_NEEDS_INIT;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected