Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:getMu

19   Mu getMu() {
317 int gb_var_arg_3 __attribute__((guarded_by(muWrapper.getMu())));
321 int gb_var_arg_7 __attribute__((guarded_by(muDoubleWrapper.getWrapper()->getMu())));
388 int * pgb_var_arg_3 __attribute__((pt_guarded_by(muWrapper.getMu())));
392 int * pgb_var_arg_7 __attribute__((pt_guarded_by(muDoubleWrapper.getWrapper()->getMu())));
449 Mu aa_var_arg_3 __attribute__((acquired_after(muWrapper.getMu())));
453 Mu aa_var_arg_7 __attribute__((acquired_after(muDoubleWrapper.getWrapper()->getMu())));
512 Mu ab_var_arg_3 __attribute__((acquired_before(muWrapper.getMu())));
516 Mu ab_var_arg_7 __attribute__((acquired_before(muDoubleWrapper.getWrapper()->getMu())));
577 int elf_function_3() __attribute__((exclusive_lock_function(muWrapper.getMu())));
581 int elf_function_7() __attribute__((exclusive_lock_function(muDoubleWrapper.getWrapper()->getMu())));
649 int slf_function_3() __attribute__((shared_lock_function(muWrapper.getMu())));
653 int slf_function_7() __attribute__((shared_lock_function(muDoubleWrapper.getWrapper()->getMu())));
725 int etf_function_3() __attribute__((exclusive_trylock_function(1, muWrapper.getMu())));
729 int etf_function_7() __attribute__((exclusive_trylock_function(1, muDoubleWrapper.getWrapper()->getMu())));
799 int stf_function_3() __attribute__((shared_trylock_function(1, muWrapper.getMu())));
803 int stf_function_7() __attribute__((shared_trylock_function(1, muDoubleWrapper.getWrapper()->getMu())));
868 int uf_function_3() __attribute__((unlock_function(muWrapper.getMu())));
872 int uf_function_7() __attribute__((unlock_function(muDoubleWrapper.getWrapper()->getMu())));
944 int lr_function_3() __attribute__((lock_returned(muWrapper.getMu())));
948 int lr_function_7() __attribute__((lock_returned(muDoubleWrapper.getWrapper()->getMu())));
1011 int le_function_3() __attribute__((locks_excluded(muWrapper.getMu())));
1015 int le_function_7() __attribute__((locks_excluded(muDoubleWrapper.getWrapper()->getMu())));
1078 int elr_function_3() __attribute__((exclusive_locks_required(muWrapper.getMu())));
1082 int elr_function_7() __attribute__((exclusive_locks_required(muDoubleWrapper.getWrapper()->getMu())));
1146 getMu())));
1150 int slr_function_7() __attribute__((shared_locks_required(muDoubleWrapper.getWrapper()->getMu())));