Home
last modified time | relevance | path

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

/openssl/crypto/
H A Dthreads_win.c113 uint32_t group_count; member
154 lock->group_count = count; in allocate_new_qp_group()
338 while (lock->group_count - lock->writers_alloced < 2) in update_qp()
349 (lock->current_alloc_idx + 1) % lock->group_count; in update_qp()
H A Dthreads_pthread.c339 uint32_t group_count; member
517 while (lock->group_count - lock->writers_alloced < 2) in update_qp()
528 (lock->current_alloc_idx + 1) % lock->group_count; in update_qp()
576 lock->group_count = count; in allocate_new_qp_group()

Completed in 17 milliseconds