OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thread_fds
(Results
1 - 1
of
1
) sorted by null
/device/generic/goldfish/camera/
EmulatedCameraDevice.cpp
293
int
thread_fds
[2];
local
294
if (pipe(
thread_fds
) == 0) {
295
mThreadControl =
thread_fds
[1];
296
mControlFD =
thread_fds
[0];
Completed in 32 milliseconds