Home
last modified time | relevance | path

Searched defs:io_func (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_file2k.py555 def _test_close_open_io(self, io_func, nb_workers=5): argument
579 def io_func(): function
584 def io_func(): function
589 def io_func(): function
594 def io_func(): function
599 def io_func(): function
605 def io_func(): function
610 def io_func(): function
615 def io_func(): function
621 def io_func(): function
[all …]
/external/boringssl/src/crypto/bio/
Dbio.c134 io_func_t io_func = NULL; in bio_io() local