OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRunningMutex
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/camera/
WorkerThread.cpp
41
Mutex::Autolock lock(
mRunningMutex
);
50
Mutex::Autolock lock(
mRunningMutex
);
80
Mutex::Autolock lock(
mRunningMutex
);
WorkerThread.h
91
Mutex
mRunningMutex
;
EmulatedCameraDevice.cpp
480
Mutex::Autolock lock(
mRunningMutex
);
481
mRunningCondition.waitRelative(
mRunningMutex
, timeout);
643
Mutex::Autolock lock(
mRunningMutex
);
644
mRunningCondition.waitRelative(
mRunningMutex
, timeout);
Completed in 142 milliseconds