OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXCLUSIVE_LOCKS_REQUIRED
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp
18
#define
EXCLUSIVE_LOCKS_REQUIRED
(...) \
19
__attribute__ ((
exclusive_locks_required
(__VA_ARGS__)))
459
void foo() __attribute__((
exclusive_locks_required
(mu))) { }
637
void aa_elr_fun() __attribute__((
exclusive_locks_required
(aa_mu)));
644
void test() __attribute__((
exclusive_locks_required
(sls_mu)));
648
void elr_fun() __attribute__((
exclusive_locks_required
(sls_mu)));
711
void es_fun_10() __attribute__((
exclusive_locks_required
(aa_mu)));
786
static int func1()
EXCLUSIVE_LOCKS_REQUIRED
(mu1_);
846
int method1(int i) SHARED_LOCKS_REQUIRED(mu2)
EXCLUSIVE_LOCKS_REQUIRED
(mu1);
854
int foo(int i)
EXCLUSIVE_LOCKS_REQUIRED
(mu2) SHARED_LOCKS_REQUIRED(mu1)
[
all
...]
warn-thread-safety-parsing.cpp
18
#define
EXCLUSIVE_LOCKS_REQUIRED
(...) \
19
__attribute__ ((
exclusive_locks_required
(__VA_ARGS__)))
[
all
...]
Completed in 4492 milliseconds