OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exec_child_fd_
(Results
1 - 2
of
2
) sorted by null
/system/extras/simpleperf/
workload.h
51
exec_child_fd_
(-1) {
61
int
exec_child_fd_
; // The child process writes 1 to notify that execvp() failed.
member in class:Workload
workload.cpp
44
if (
exec_child_fd_
!= -1) {
45
close(
exec_child_fd_
);
87
exec_child_fd_
= exec_child_pipe[0];
127
ssize_t nread = TEMP_FAILURE_RETRY(read(
exec_child_fd_
, &exec_child_failed, 1));
Completed in 2744 milliseconds