Home | History | Annotate | Download | only in ndk

Lines Matching full:async_stdout

346     def async_stdout(outhandle, queue, output_fn):
371 to = Thread(target=async_stdout, args=(p.stdout, qo, output_fn))