Home
last modified time | relevance | path

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

/openssl/crypto/
H A Dthreads_win.c58 # define ID_MASK (((uint64_t)1 << ID_SIZE) - 1) macro
61 # define ID_VAL(x) ((uint32_t)(((uint64_t)(x) >> ID_SHIFT) & ID_MASK))
361 CRYPTO_atomic_and(&lock->qp_group[current_idx].users, ID_MASK, &tmp64, in update_qp()
H A Dthreads_pthread.c284 # define ID_MASK (((uint64_t)1 << ID_SIZE) - 1) macro
287 # define ID_VAL(x) ((uint32_t)(((uint64_t)(x) >> ID_SHIFT) & ID_MASK))
540 ATOMIC_AND_FETCH(&lock->qp_group[current_idx].users, ID_MASK, in update_qp()

Completed in 9 milliseconds