Home
last modified time | relevance | path

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

/third_party/elfutils/lib/
H A Ddynamicsizehash_concurrent.c276 size_t resize_state = atomic_fetch_xor_explicit(&htab->resizing_state, in resize_coordinator() local
279 while (GET_ACTIVE_WORKERS(resize_state) != 0) in resize_coordinator()
280 resize_state = atomic_load_explicit(&htab->resizing_state, in resize_coordinator()
306 size_t resize_state = atomic_load_explicit(&htab->resizing_state, in resize_worker() local
310 if (IS_NO_RESIZE_OR_CLEANING(resize_state)) in resize_worker()
314 resize_state = atomic_fetch_add_explicit(&htab->resizing_state, in resize_worker()
317 if (IS_NO_RESIZE_OR_CLEANING(resize_state)) in resize_worker()
325 while (GET_STATE(resize_state) == ALLOCATING_MEMORY) in resize_worker()
326 resize_state = atomic_load_explicit(&htab->resizing_state, in resize_worker()
330 assert(GET_STATE(resize_state) ! in resize_worker()
[all...]

Completed in 2 milliseconds