Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/skywalk/lib/
H A Dcuckoo_hashtable_test.c63 static struct cht_thread_conf *chth_confs; variable
616 if (chth_confs == NULL) { in cht_concurrent_tests()
618 chth_confs = sk_alloc_type_array(struct cht_thread_conf, nthreads, in cht_concurrent_tests()
623 chth_confs[i].ctc_nthreads = nthreads; in cht_concurrent_tests()
624 chth_confs[i].ctc_id = i; in cht_concurrent_tests()
625 if (kernel_thread_start(cht_concurrent_ops, (void *)&chth_confs[i], in cht_concurrent_tests()
626 &chth_confs[i].ctc_thread) != KERN_SUCCESS) { in cht_concurrent_tests()
695 if (chth_confs != NULL) { in cuckoo_test_stop()
696 sk_free_type_array(struct cht_thread_conf, chth_nthreads, chth_confs); in cuckoo_test_stop()
697 chth_confs = NULL; in cuckoo_test_stop()