OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:error_cnt
(Results
1 - 3
of
3
) sorted by null
/external/linux-kselftest/tools/testing/selftests/bpf/
test_progs.c
43
static int
error_cnt
, pass_cnt;
variable
76
error_cnt
++; \
94
error_cnt
++;
109
error_cnt
++;
143
error_cnt
++;
181
error_cnt
++;
236
error_cnt
++;
278
error_cnt
++;
325
error_cnt
++;
367
error_cnt
++
[
all
...]
test_btf.c
26
static uint32_t
error_cnt
;
variable
41
error_cnt
++;
[
all
...]
/external/grpc-grpc/test/cpp/end2end/
thread_stress_test.cc
319
uint64_t
error_cnt
= static_cast<uint64_t>(gpr_atm_no_barrier_load(&errors));
local
320
if (
error_cnt
!= 0) {
321
gpr_log(GPR_INFO, "RPC error count: %" PRIu64,
error_cnt
);
325
EXPECT_GT(
error_cnt
, static_cast<uint64_t>(0));
Completed in 233 milliseconds