Home
last modified time | relevance | path

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

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