Home
last modified time | relevance | path

Searched refs:_channelend (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_xxsubinterpretersmodule.c487 struct _channelend;
489 typedef struct _channelend { struct
490 struct _channelend *next;
493 } _channelend; typedef
495 static _channelend *
498 _channelend *end = PyMem_NEW(_channelend, 1); in _channelend_new()
510 _channelend_free(_channelend *end) in _channelend_free()
516 _channelend_free_all(_channelend *end) in _channelend_free_all()
519 _channelend *las in _channelend_free_all()
[all...]

Completed in 3 milliseconds