OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sls_mw
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/PCH/
thread-safety-attrs.cpp
115
MutexWrapper
sls_mw
;
variable
118
sls_mw
.mu.Lock();
119
sls_mw
.x = 5;
120
sls_mw
.mu.Unlock();
206
sls_mw
.MyLock();
207
sls_mw
.mu.Unlock();
/external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp
113
MutexWrapper
sls_mw
;
variable
116
sls_mw
.mu.Lock();
117
sls_mw
.x = 5;
118
sls_mw
.mu.Unlock();
204
sls_mw
.MyLock();
205
sls_mw
.mu.Unlock();
[
all
...]
Completed in 24 milliseconds