HomeSort by relevance Sort by last modified time
    Searched full:f_pid (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/site_tests/camera_V4L2/
camera_V4L2.py 58 with open(vid_path, 'r') as f_vid, open(pid_path, 'r') as f_pid:
60 pid = f_pid.read()
  /external/ltp/testcases/kernel/syscalls/sched_setscheduler/
sched_setscheduler03.c 162 pid_t f_pid = SAFE_FORK(); local
164 if (f_pid == 0) {

Completed in 80 milliseconds