Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_xxsubinterpretersmodule.c871 struct _channelref;
873 typedef struct _channelref { struct
876 struct _channelref *next;
878 } _channelref; typedef
880 static _channelref *
883 _channelref *ref = PyMem_NEW(_channelref, 1); in _channelref_new()
895 //_channelref_clear(_channelref *ref)
904 _channelref_free(_channelref *ref) in _channelref_free()
913 static _channelref *
[all...]

Completed in 3 milliseconds