Home
last modified time | relevance | path

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

/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A D_xxsubinterpretersmodule.c409 typedef struct _channelqueue { struct
413 } _channelqueue; argument
415 static _channelqueue *
418 _channelqueue *queue = PyMem_NEW(_channelqueue, 1); in _channelqueue_new()
430 _channelqueue_clear(_channelqueue *queue) in _channelqueue_clear()
439 _channelqueue_free(_channelqueue *queue) in _channelqueue_free()
446 _channelqueue_put(_channelqueue *queue, _PyCrossInterpreterData *data) in _channelqueue_put()
466 _channelqueue_get(_channelqueue *queue) in _channelqueue_get()
713 _channelqueue *queue;
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A D_xxsubinterpretersmodule.c409 typedef struct _channelqueue { struct
413 } _channelqueue; argument
415 static _channelqueue *
418 _channelqueue *queue = PyMem_NEW(_channelqueue, 1); in _channelqueue_new()
430 _channelqueue_clear(_channelqueue *queue) in _channelqueue_clear()
439 _channelqueue_free(_channelqueue *queue) in _channelqueue_free()
446 _channelqueue_put(_channelqueue *queue, _PyCrossInterpreterData *data) in _channelqueue_put()
466 _channelqueue_get(_channelqueue *queue) in _channelqueue_get()
713 _channelqueue *queue;
/dports/lang/python-tools/Python-3.8.12/Modules/
H A D_xxsubinterpretersmodule.c409 typedef struct _channelqueue { struct
413 } _channelqueue; typedef
415 static _channelqueue *
418 _channelqueue *queue = PyMem_NEW(_channelqueue, 1); in _channelqueue_new()
430 _channelqueue_clear(_channelqueue *queue) in _channelqueue_clear()
439 _channelqueue_free(_channelqueue *queue) in _channelqueue_free()
446 _channelqueue_put(_channelqueue *queue, _PyCrossInterpreterData *data) in _channelqueue_put()
466 _channelqueue_get(_channelqueue *queue) in _channelqueue_get()
713 _channelqueue *queue;
/dports/lang/python38/Python-3.8.12/Modules/
H A D_xxsubinterpretersmodule.c409 typedef struct _channelqueue { struct
413 } _channelqueue; argument
415 static _channelqueue *
418 _channelqueue *queue = PyMem_NEW(_channelqueue, 1); in _channelqueue_new()
430 _channelqueue_clear(_channelqueue *queue) in _channelqueue_clear()
439 _channelqueue_free(_channelqueue *queue) in _channelqueue_free()
446 _channelqueue_put(_channelqueue *queue, _PyCrossInterpreterData *data) in _channelqueue_put()
466 _channelqueue_get(_channelqueue *queue) in _channelqueue_get()
713 _channelqueue *queue;
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A D_xxsubinterpretersmodule.c409 typedef struct _channelqueue { struct
413 } _channelqueue; argument
415 static _channelqueue *
418 _channelqueue *queue = PyMem_NEW(_channelqueue, 1); in _channelqueue_new()
430 _channelqueue_clear(_channelqueue *queue) in _channelqueue_clear()
439 _channelqueue_free(_channelqueue *queue) in _channelqueue_free()
446 _channelqueue_put(_channelqueue *queue, _PyCrossInterpreterData *data) in _channelqueue_put()
466 _channelqueue_get(_channelqueue *queue) in _channelqueue_get()
713 _channelqueue *queue;
/dports/lang/python39/Python-3.9.9/Modules/
H A D_xxsubinterpretersmodule.c409 typedef struct _channelqueue { struct
413 } _channelqueue; typedef
415 static _channelqueue *
418 _channelqueue *queue = PyMem_NEW(_channelqueue, 1); in _channelqueue_new()
430 _channelqueue_clear(_channelqueue *queue) in _channelqueue_clear()
439 _channelqueue_free(_channelqueue *queue) in _channelqueue_free()
446 _channelqueue_put(_channelqueue *queue, _PyCrossInterpreterData *data) in _channelqueue_put()
466 _channelqueue_get(_channelqueue *queue) in _channelqueue_get()
713 _channelqueue *queue;
/dports/lang/python310/Python-3.10.1/Modules/
H A D_xxsubinterpretersmodule.c409 typedef struct _channelqueue { struct
413 } _channelqueue; argument
415 static _channelqueue *
418 _channelqueue *queue = PyMem_NEW(_channelqueue, 1); in _channelqueue_new()
430 _channelqueue_clear(_channelqueue *queue) in _channelqueue_clear()
439 _channelqueue_free(_channelqueue *queue) in _channelqueue_free()
446 _channelqueue_put(_channelqueue *queue, _PyCrossInterpreterData *data) in _channelqueue_put()
466 _channelqueue_get(_channelqueue *queue) in _channelqueue_get()
713 _channelqueue *queue;
/dports/lang/python311/Python-3.11.0a3/Modules/
H A D_xxsubinterpretersmodule.c414 typedef struct _channelqueue { struct
418 } _channelqueue; argument
420 static _channelqueue *
423 _channelqueue *queue = PyMem_NEW(_channelqueue, 1); in _channelqueue_new()
435 _channelqueue_clear(_channelqueue *queue) in _channelqueue_clear()
444 _channelqueue_free(_channelqueue *queue) in _channelqueue_free()
451 _channelqueue_put(_channelqueue *queue, _PyCrossInterpreterData *data) in _channelqueue_put()
471 _channelqueue_get(_channelqueue *queue) in _channelqueue_get()
718 _channelqueue *queue;