Home
last modified time | relevance | path

Searched refs:record_it (Results 1 - 1 of 1) sorted by relevance

/third_party/elfutils/lib/
H A Ddynamicsizehash_concurrent.c196 size_t record_it = my_block * INITIALIZATION_BLOCK_SIZE; in resize_helper() local
201 while (record_it++ != record_end) in resize_helper()
203 atomic_init(&htab->table[record_it].hashval, (uintptr_t) NULL); in resize_helper()
204 atomic_init(&htab->table[record_it].val_ptr, (uintptr_t) NULL); in resize_helper()
221 size_t record_it = my_block * MOVE_BLOCK_SIZE; in resize_helper() local
226 while (record_it++ != record_end) in resize_helper()
229 &htab->old_table[record_it].val_ptr, in resize_helper()
235 &htab->old_table[record_it].hashval, in resize_helper()

Completed in 2 milliseconds