Home
last modified time | relevance | path

Searched refs:reap_obj (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dselectmodule.c70 reap_obj(pylist fd2obj[FD_SETSIZE + 1]) in reap_obj() function
298 reap_obj(rfd2obj); in select_select()
299 reap_obj(wfd2obj); in select_select()
300 reap_obj(efd2obj); in select_select()
/external/python/cpython3/Modules/
Dselectmodule.c69 reap_obj(pylist fd2obj[FD_SETSIZE + 1]) in reap_obj() function
322 reap_obj(rfd2obj); in select_select()
323 reap_obj(wfd2obj); in select_select()
324 reap_obj(efd2obj); in select_select()