Searched refs:requested_id (Results 1 – 2 of 2) sorted by relevance
287 _PyInterpreterID_LookUp(PyObject *requested_id) in _PyInterpreterID_LookUp() argument290 if (!interp_id_converter(requested_id, &id)) { in _PyInterpreterID_LookUp()
491 interp_look_up_id(_PyRuntimeState *runtime, int64_t requested_id) in interp_look_up_id() argument499 if (requested_id == id) { in interp_look_up_id()508 _PyInterpreterState_LookUpID(int64_t requested_id) in _PyInterpreterState_LookUpID() argument511 if (requested_id >= 0) { in _PyInterpreterState_LookUpID()514 interp = interp_look_up_id(runtime, requested_id); in _PyInterpreterState_LookUpID()519 "unrecognized interpreter ID %lld", requested_id); in _PyInterpreterState_LookUpID()