OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getmupointer
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/SemaCXX/
warn-thread-safety-parsing.cpp
49
Mutex *
getMuPointer
() {
345
int gb_var_arg_4 GUARDED_BY(*muWrapper.
getMuPointer
());
416
int * pgb_var_arg_4 PT_GUARDED_BY(*muWrapper.
getMuPointer
());
477
Mutex aa_var_arg_4 ACQUIRED_AFTER(*muWrapper.
getMuPointer
());
540
Mutex ab_var_arg_4 ACQUIRED_BEFORE(*muWrapper.
getMuPointer
());
605
int elf_function_4() EXCLUSIVE_LOCK_FUNCTION(*muWrapper.
getMuPointer
());
677
int slf_function_4() SHARED_LOCK_FUNCTION(*muWrapper.
getMuPointer
());
753
int etf_function_4() EXCLUSIVE_TRYLOCK_FUNCTION(1, *muWrapper.
getMuPointer
());
827
int stf_function_4() SHARED_TRYLOCK_FUNCTION(1, *muWrapper.
getMuPointer
());
[
all
...]
Completed in 672 milliseconds