Home
last modified time | relevance | path

Searched refs:requested_id (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Python/
Dpystate.c274 _PyInterpreterState_LookUpID(PY_INT64_T requested_id) in _PyInterpreterState_LookUpID() argument
276 if (requested_id < 0) in _PyInterpreterState_LookUpID()
284 if (requested_id == id) in _PyInterpreterState_LookUpID()
291 "unrecognized interpreter ID %lld", requested_id); in _PyInterpreterState_LookUpID()