Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-bbdev/
H A Dtest-bbdev.py94 app_proc = subprocess.Popen(call_params) variable
96 timer = Timer(args.timeout, kill, [app_proc])
100 app_proc.communicate()
106 if app_proc.returncode != 0:
109 vector, app_proc.returncode))