OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LOCKS_EXCLUDED
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/base/
thread_annotations.h
68
#define
LOCKS_EXCLUDED
(x) THREAD_ANNOTATION_ATTRIBUTE__(
locks_excluded
(x))
/external/clang/test/Sema/
warn-thread-safety-analysis.c
19
#define
LOCKS_EXCLUDED
(...) __attribute__ ((
locks_excluded
(__VA_ARGS__)))
59
int Foo_func3(int i)
LOCKS_EXCLUDED
(mu1, mu2) {
/external/clang/test/SemaCXX/
warn-thread-safety-negative.cpp
22
#define
LOCKS_EXCLUDED
(...) __attribute__ ((
locks_excluded
(__VA_ARGS__)))
warn-thread-safety-verbose.cpp
19
#define
LOCKS_EXCLUDED
(...) __attribute__ ((
locks_excluded
(__VA_ARGS__)))
50
void foo3()
LOCKS_EXCLUDED
(mu);
warn-thread-safety-parsing.cpp
19
#define
LOCKS_EXCLUDED
(...) __attribute__ ((
locks_excluded
(__VA_ARGS__)))
[
all
...]
warn-thread-safety-analysis.cpp
24
#define
LOCKS_EXCLUDED
(...) __attribute__((
locks_excluded
(__VA_ARGS__)))
728
void le_fun() __attribute__((
locks_excluded
(sls_mu)));
972
void func1(int y)
LOCKS_EXCLUDED
(mu_);
973
template <typename T> void func2(T x)
LOCKS_EXCLUDED
(mu_);
1194
virtual void func2()
LOCKS_EXCLUDED
(mu_);
1201
virtual void func2()
LOCKS_EXCLUDED
(mu_);
1233
void bar()
LOCKS_EXCLUDED
(mu_, mu1);
[
all
...]
/external/clang/test/PCH/
thread-safety-attrs.cpp
25
#define
LOCKS_EXCLUDED
(...) __attribute__ ((
locks_excluded
(__VA_ARGS__)))
Completed in 709 milliseconds