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

Function PyThread_tss_set

eval/CIPO_evaluation/pycocotools/_mask.c:403–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401 *key = Py_tss_NEEDS_INIT;
402}
403static CYTHON_INLINE int PyThread_tss_set(Py_tss_t *key, void *value) {
404 return PyThread_set_key_value(*key, value);
405}
406static CYTHON_INLINE void * PyThread_tss_get(Py_tss_t *key) {
407 return PyThread_get_key_value(*key);
408}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected