Searched refs:readPfile (Results 1 – 2 of 2) sorted by relevance
/third_party/libxml2/ |
D | regressions.py | 94 def readPfile(file, list, flag): function 172 th1 = thread.start_new_thread(readPfile, (pout, outfile, th1Flag)) 173 th2 = thread.start_new_thread(readPfile, (perr, errfile, th2Flag))
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 124522 -def readPfile(file, list, flag): 124600 - th1 = thread.start_new_thread(readPfile, (pout, outfile, th1Flag)) 124601 - th2 = thread.start_new_thread(readPfile, (perr, errfile, th2Flag))
|