Searched refs:test_state (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/stress/ |
| H A D | tests_stress_update.py | 29 def rndc_loop(test_state, server): 44 while not test_state["finished"]: 49 def update_zone(test_state, zone): 52 if test_state["finished"]: 67 test_state = {"finished": False} 70 executor.submit(rndc_loop, test_state, "10.53.0.3") 75 updaters.append(executor.submit(update_zone, test_state, zone)) 84 test_state["finished"] = True 20 rndc_loop(test_state, server) global() argument 40 update_zone(test_state, zone, named_port, logger) global() argument
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/ |
| H A D | ossl_shim.cc | 678 TestState *test_state = GetTestState(ssl); in RetryAsync() local 681 if (test_state->packeted_bio != nullptr && in RetryAsync() 682 PacketedBioAdvanceClock(test_state->packeted_bio)) { in RetryAsync() 685 AsyncBioEnforceWriteQuota(test_state->async_bio, false); in RetryAsync() 687 AsyncBioEnforceWriteQuota(test_state->async_bio, true); in RetryAsync() 700 AsyncBioAllowRead(test_state->async_bio, 1); in RetryAsync() 703 AsyncBioAllowWrite(test_state->async_bio, 1); in RetryAsync() 706 test_state->cert_ready = true; in RetryAsync() 717 TestState *test_state = GetTestState(ssl); in DoRead() local 724 AsyncBioEnforceWriteQuota(test_state->async_bio, false); in DoRead() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/frv/ |
| H A D | frv.c | 7372 state_t test_state; in frv_sort_insn_group_1() local 7382 test_state = alloca (dfa_size); in frv_sort_insn_group_1() 7389 memcpy (test_state, state, dfa_size); in frv_sort_insn_group_1() 7390 if (state_transition (test_state, insn) < 0 in frv_sort_insn_group_1() 7391 && cpu_unit_reservation_p (test_state, in frv_sort_insn_group_1() 7395 test_state)) in frv_sort_insn_group_1() 7424 state_t state, test_state; in frv_sort_insn_group() local 7450 test_state = alloca (dfa_size); in frv_sort_insn_group() 7455 state_reset (test_state); in frv_sort_insn_group() 7458 memcpy (state, test_state, dfa_size); in frv_sort_insn_group() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/frv/ |
| H A D | frv.cc | 7361 state_t test_state; in frv_sort_insn_group_1() local 7371 test_state = alloca (dfa_size); in frv_sort_insn_group_1() 7378 memcpy (test_state, state, dfa_size); in frv_sort_insn_group_1() 7379 if (state_transition (test_state, insn) < 0 in frv_sort_insn_group_1() 7380 && cpu_unit_reservation_p (test_state, in frv_sort_insn_group_1() 7384 test_state)) in frv_sort_insn_group_1() 7413 state_t state, test_state; in frv_sort_insn_group() local 7439 test_state = alloca (dfa_size); in frv_sort_insn_group() 7444 state_reset (test_state); in frv_sort_insn_group() 7447 memcpy (state, test_state, dfa_size); in frv_sort_insn_group() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | program-state.cc | 1691 const state_machine::state test_state ("test state", 0); in test_program_state_merging() local 1692 const state_machine::state_t TEST_STATE = &test_state; in test_program_state_merging()
|