Searched refs:target_ptys (Results 1 – 1 of 1) sorted by relevance
55 static int target_ptys[RUN_ALLOCS * 2]; variable105 create_pty(&target_ptys[j], in run()106 &target_ptys[j + RUN_ALLOCS]); in run()107 SAFE_CLOSE(target_ptys[RUN_ALLOCS / 2]); in run()108 SAFE_CLOSE(target_ptys[RUN_ALLOCS / 2 + RUN_ALLOCS]); in run()125 ioctl(target_ptys[j], 0xdeadbeef); in run()126 ioctl(target_ptys[j + RUN_ALLOCS], 0xdeadbeef); in run()127 SAFE_CLOSE(target_ptys[j]); in run()128 SAFE_CLOSE(target_ptys[j + RUN_ALLOCS]); in run()