Home
last modified time | relevance | path

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

/dports/lang/python311/Python-3.11.0a3/Modules/clinic/
H A D_queuemodule.c.h19 if ((type == simplequeue_get_state_by_type(type)->SimpleQueueType || in simplequeue_new()
20 type->tp_init == simplequeue_get_state_by_type(type)->SimpleQueueType->tp_init) && in simplequeue_new()
24 if ((type == simplequeue_get_state_by_type(type)->SimpleQueueType || in simplequeue_new()
25 type->tp_init == simplequeue_get_state_by_type(type)->SimpleQueueType->tp_init) && in simplequeue_new()
/dports/lang/python310/Python-3.10.1/Modules/clinic/
H A D_queuemodule.c.h19 if ((type == simplequeue_get_state_by_type(type)->SimpleQueueType) && in simplequeue_new()
23 if ((type == simplequeue_get_state_by_type(type)->SimpleQueueType) && in simplequeue_new()
/dports/lang/python311/Python-3.11.0a3/Modules/
H A D_queuemodule.c23 #define simplequeue_get_state_by_type(type) \ macro
/dports/lang/python310/Python-3.10.1/Modules/
H A D_queuemodule.c19 #define simplequeue_get_state_by_type(type) \ macro