OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_pid
(Results
1 - 2
of
2
) sorted by null
/external/ltp/testcases/kernel/syscalls/sched_setscheduler/
sched_setscheduler03.c
162
pid_t
f_pid
= SAFE_FORK();
local
164
if (
f_pid
== 0) {
/external/autotest/client/site_tests/camera_V4L2/
camera_V4L2.py
43
with open(vid_path, 'r') as f_vid, open(pid_path, 'r') as
f_pid
:
45
pid =
f_pid
.read()
Completed in 244 milliseconds