Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/skywalk/lib/
H A Dcuckoo_hashtable_test.c60 uint32_t ctc_id; /* thread id */ member
357 uint32_t objs_start_idx = objs_per_cpu * conf->ctc_id; in cht_concurrent_add()
361 if (conf->ctc_id == conf->ctc_nthreads - 1) { in cht_concurrent_add()
455 uint32_t objs_start_idx = objs_per_cpu * conf->ctc_id; in cht_concurrent_del()
459 if (conf->ctc_id == conf->ctc_nthreads - 1) { in cht_concurrent_del()
628 chth_confs[i].ctc_id = i; in cht_concurrent_tests()