OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gProcessMutex
(Results
1 - 6
of
6
) sorted by null
/system/libhwbinder/include/hwbinder/
Static.h
32
extern Mutex
gProcessMutex
;
/frameworks/native/libs/binder/include/private/binder/
Static.h
33
extern Mutex
gProcessMutex
;
/frameworks/native/libs/binder/
Static.cpp
75
Mutex
gProcessMutex
;
ProcessState.cpp
70
Mutex::Autolock _l(
gProcessMutex
);
80
Mutex::Autolock _l(
gProcessMutex
);
95
Mutex::Autolock _l(
gProcessMutex
);
/system/libhwbinder/
Static.cpp
76
Mutex
gProcessMutex
;
ProcessState.cpp
70
Mutex::Autolock _l(
gProcessMutex
);
79
Mutex::Autolock _l(
gProcessMutex
);
Completed in 164 milliseconds