Searched defs:threads (Results 1 - 4 of 4) sorted by relevance
/bind-9.11.3/lib/dns/tests/ |
H A D | name_test.c | 387 isc_thread_t threads[32]; local 402 result = isc_thread_create(fromwire_thread, NULL, &threads[i]); 407 result = isc_thread_join(threads[i], NULL);
|
H A D | rbt_test.c | 1138 isc_thread_t threads[32]; local 1181 result = isc_thread_create(find_thread, mytree, &threads[i]); 1186 result = isc_thread_join(threads[i], NULL);
|
/bind-9.11.3/lib/isc/ |
H A D | task.c | 43 * when built with threads we use multiple worker threads shared by the whole 45 * when built without threads we share a single global task manager and use 50 * is expected to have a separate manager; no "worker threads" are shared by 51 * the application threads. 136 isc_thread_t * threads; member in struct:isc__taskmgr 156 * Multiple threads can read/write 'excl' at the same time, so we need 321 * any idle worker threads so they 1245 * to wakeup any sleeping threads if the 1333 isc_mem_free(manager->mctx, manager->threads); [all...] |
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/ |
H A D | dnsperf.c | 97 isc_uint32_t threads; member in struct:__anon55 184 static threadinfo_t *threads; variable 351 for (i = 0; i < config->threads; i++) { 352 stats_t *stats = &threads[i].stats; 406 config->threads = 1; 429 perf_opt_add('T', perf_opt_uint, "threads", 430 "the number of threads to run", NULL, 431 &config->threads); 491 * If we run more threads than max-qps, some threads wil [all...] |
Completed in 21 milliseconds