HomeSort by relevance Sort by last modified time
    Searched defs:_cleanup (Results 1 - 7 of 7) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
popen2.py 24 def _cleanup(): function
50 _cleanup()
120 _cleanup()
subprocess.py 460 def _cleanup(): function
656 _cleanup()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
popen2.py 24 def _cleanup(): function
50 _cleanup()
120 _cleanup()
subprocess.py 460 def _cleanup(): function
656 _cleanup()
    [all...]
  /bionic/libc/stdio/
findfp.c 152 * exit() and abort() call _cleanup() through the callback registered
157 * The name `_cleanup' is, alas, fairly well known outside stdio.
160 _cleanup(void) function
191 __atexit_register_cleanup(_cleanup); /* conservative */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
process.py 69 _cleanup()
76 def _cleanup(): function
125 _cleanup()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
process.py 69 _cleanup()
76 def _cleanup(): function
125 _cleanup()

Completed in 130 milliseconds