Searched refs:increment_counter (Results 1 – 6 of 6) sorted by relevance
61 static void increment_counter(volatile int* counter) { in increment_counter() function70 increment_counter(&signal1_cb_counter); in signal1_cb()77 increment_counter(&signal2_cb_counter); in signal2_cb()190 increment_counter(&loop_creation_counter); in loop_creating_worker()
100 static grpc_status_code increment_counter(alts_counter* counter, in increment_counter() function240 return increment_counter(rp->ctr, error_details); in alts_iovec_record_protocol_integrity_only_protect()288 return increment_counter(rp->ctr, error_details); in alts_iovec_record_protocol_integrity_only_unprotect()354 return increment_counter(rp->ctr, error_details); in alts_iovec_record_protocol_privacy_integrity_protect()426 return increment_counter(rp->ctr, error_details); in alts_iovec_record_protocol_privacy_integrity_unprotect()
79 grpc_status_code increment_counter(alts_record_protocol_crypter* rp_crypter,
77 return increment_counter(rp_crypter, error_details); in alts_unseal_crypter_process_in_place()
81 return increment_counter(rp_crypter, error_details); in alts_seal_crypter_process_in_place()
48 grpc_status_code increment_counter(alts_record_protocol_crypter* rp_crypter, in increment_counter() function