Searched refs:_queuerefs_find (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Modules/ |
D | _interpqueuesmodule.c | 792 _queuerefs_find(_queueref *first, int64_t qid, _queueref **pprev) in _queuerefs_find() function 892 _queueref *ref = _queuerefs_find(queues->head, qid, NULL); in _queues_lookup() 967 _queueref *ref = _queuerefs_find(queues->head, qid, &prev); in _queues_remove() 986 _queueref *ref = _queuerefs_find(queues->head, qid, NULL); in _queues_incref() 1007 _queueref *ref = _queuerefs_find(queues->head, qid, &prev); in _queues_decref()
|