OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mThreadMutex
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
rdtsc_buckets.h
57
mThreadMutex
.lock();
59
mThreadMutex
.unlock();
65
mThreadMutex
.lock();
67
mThreadMutex
.unlock();
205
std::mutex
mThreadMutex
;
rdtsc_buckets.cpp
57
mThreadMutex
.lock();
67
mThreadMutex
.unlock();
72
mThreadMutex
.lock();
75
mThreadMutex
.unlock();
159
mThreadMutex
.lock();
166
mThreadMutex
.unlock();
/frameworks/native/services/sensorservice/hidl/include/sensorservicehidl/
SensorManager.h
66
std::mutex
mThreadMutex
; //protects mPollThread
/frameworks/native/services/sensorservice/hidl/
SensorManager.cpp
54
std::lock_guard<std::mutex> lock(
mThreadMutex
);
138
std::lock_guard<std::mutex> lock(
mThreadMutex
);
Completed in 91 milliseconds