Home
last modified time | relevance | path

Searched refs:increment_counter (Results 1 – 6 of 6) sorted by relevance

/third_party/libuv/test/
Dtest-signal-multiple-loops.c61 static void increment_counter(volatile int* counter) { in increment_counter() function
70 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()
/third_party/grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_iovec_record_protocol.cc100 static grpc_status_code increment_counter(alts_counter* counter, in increment_counter() function
240 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()
/third_party/grpc/src/core/tsi/alts/frame_protector/
Dalts_record_protocol_crypter_common.h79 grpc_status_code increment_counter(alts_record_protocol_crypter* rp_crypter,
Dalts_unseal_privacy_integrity_crypter.cc77 return increment_counter(rp_crypter, error_details); in alts_unseal_crypter_process_in_place()
Dalts_seal_privacy_integrity_crypter.cc81 return increment_counter(rp_crypter, error_details); in alts_seal_crypter_process_in_place()
Dalts_record_protocol_crypter_common.cc48 grpc_status_code increment_counter(alts_record_protocol_crypter* rp_crypter, in increment_counter() function