| /src/crypto/external/apache2/openssl/dist/ssl/quic/ |
| quic_thread_assist.c | 34 if (qta->teardown) 49 * - We have been asked to teardown (qta->teardown is set); 56 if (qta->teardown) 75 qta->teardown = 0; 94 if (!qta->teardown) { 95 qta->teardown = 1; 141 if (qta->teardown)
|
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| quic_thread_assist.h | 49 int teardown, joined; member in struct:quic_thread_assist_st 63 * returns before the teardown is complete. Idempotent; multiple calls to this 73 * if the teardown has already completed.
|
| /src/external/bsd/ntp/dist/sntp/unity/ |
| unity_fixture_internals.h | 24 unityfunction * teardown,
|
| unity_fixture.c | 75 unityfunction* teardown, 104 teardown();
|
| /src/sys/arch/arm/acpi/ |
| acpi_cpu_md.c | 248 goto teardown; 255 goto teardown; 262 goto teardown; 269 goto teardown; 276 goto teardown; 284 goto teardown; 289 teardown:
|
| /src/external/mpl/bind/dist/tests/include/tests/ |
| isc.h | 91 #define ISC_TEST_ENTRY_CUSTOM(name, setup, teardown) \ 92 { #name, run_test_##name, setup, teardown, NULL }, 104 #define ISC_LOOP_TEST_CUSTOM_DECLARE(name, setup, teardown) \ 141 #define ISC_LOOP_TEST_CUSTOM_IMPL(name, setup, teardown) \ 146 isc_job_cb teardown_loop = teardown; \ 186 #define ISC_TEST_MAIN_CUSTOM(setup, teardown) \ 260 r = cmocka_run_group_tests(selected, setup, teardown); \ 262 r = cmocka_run_group_tests(tests, setup, teardown); \
|
| /src/external/mit/expat/dist/tests/ |
| minicheck.h | 117 tcase_teardown_function teardown; member in struct:TCase 143 tcase_teardown_function teardown);
|
| minicheck.c | 85 tcase_teardown_function teardown) { 88 tc->teardown = teardown; 220 /* teardown */ 221 if (tc->teardown != NULL) { 223 handle_failure(runner, verbosity, context, "during teardown"); 226 tc->teardown();
|
| /src/crypto/external/apache2/openssl/dist/doc/designs/ddd/ |
| ddd-01-conn-blocking.c | 119 void teardown(BIO *bio) function 183 teardown(b);
|
| ddd-03-fd-blocking.c | 112 void teardown(SSL *ssl) function 209 teardown(ssl);
|
| ddd-02-conn-nonblocking-threads.c | 239 void teardown(APP_CONN *conn) function 330 teardown(conn);
|
| ddd-02-conn-nonblocking.c | 281 void teardown(APP_CONN *conn) function 445 teardown(conn);
|
| ddd-04-fd-nonblocking.c | 248 void teardown(APP_CONN *conn) function 459 teardown(conn);
|
| ddd-05-mem-nonblocking.c | 268 void teardown(APP_CONN *conn) function 454 teardown(conn);
|
| ddd-06-mem-uv.c | 213 void teardown(APP_CONN *conn) function 235 /* Just wait synchronously until teardown completes. */ 754 teardown(conn);
|
| /src/external/mpl/bind/dist/tests/dns/ |
| nametree_test.c | 88 teardown(void **state ISC_ATTR_UNUSED) { function 323 ISC_TEST_ENTRY_CUSTOM(add_bool, setup, teardown) 324 ISC_TEST_ENTRY_CUSTOM(add_bits, setup, teardown) 325 ISC_TEST_ENTRY_CUSTOM(add_count, setup, teardown) 326 ISC_TEST_ENTRY_CUSTOM(covered_bool, setup, teardown) 327 ISC_TEST_ENTRY_CUSTOM(covered_bits, setup, teardown) 328 ISC_TEST_ENTRY_CUSTOM(delete, setup, teardown) 329 ISC_TEST_ENTRY_CUSTOM(find, setup, teardown)
|
| dnstap_test.c | 73 teardown(void **state) { function 370 ISC_TEST_ENTRY_CUSTOM(dns_dt_create, setup, teardown) 371 ISC_TEST_ENTRY_CUSTOM(dns_dt_send, setup, teardown) 372 ISC_TEST_ENTRY_CUSTOM(dns_dt_totext, setup, teardown)
|
| /src/external/lgpl3/gmp/dist/mini-gmp/tests/ |
| run-tests | 140 env_program `find_program teardown-env`
|
| /src/tests/fs/lfs/ |
| t_fcntl.c | 46 void teardown(int, struct ufs_args *, off_t); 163 void teardown(int fd, struct ufs_args *argsp, off_t filesize) function 266 teardown(fd, &args, A_FEW_BLOCKS); 317 fprintf(stderr, "* Teardown\n"); 318 teardown(fd, &args, MORE_THAN_A_SEGMENT); 394 teardown(fd, &args, CHUNKSIZE);
|
| /src/external/gpl2/lvm2/dist/test/ |
| test-utils.sh | 29 teardown() { function 48 teardown
|
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| i915_selftest.h | 87 int (*teardown)(int err, void *data),
|
| /src/external/mpl/bind/dist/bin/tests/ |
| test_server.c | 176 teardown(void) { function 306 teardown();
|
| test_client.c | 295 teardown(void) { function 434 teardown();
|
| /src/external/lgpl2/userspace-rcu/dist/src/ |
| urcu-call-rcu-impl.h | 642 * free_all_cpu_call_rcu_data() to teardown these call_rcu worker 1060 * Teardown the default call_rcu worker thread if there are no queued 1063 * Here is how an application can ensure graceful teardown of this 1087 bool teardown = true; local 1098 teardown = false; 1102 teardown = false; 1108 if (teardown) {
|
| /src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
| i915_selftest.c | 349 int (*teardown)(int err, void *data), 374 err = teardown(st->func(data), data);
|