Home
last modified time | relevance | path

Searched defs:rcu_lock_st (Results 1 – 3 of 3) sorted by relevance

/openssl/crypto/
H A Dthreads_win.c98 struct rcu_lock_st { struct
100 struct rcu_cb_item *cb_items;
103 OSSL_LIB_CTX *ctx;
106 uint32_t id_ctr;
110 struct rcu_qp *qp_group;
113 uint32_t group_count;
116 uint32_t reader_idx;
119 uint32_t next_to_retire;
122 uint32_t current_alloc_idx;
148 static struct rcu_qp *allocate_new_qp_group(struct rcu_lock_st *lock, in allocate_new_qp_group() argument
H A Dthreads_pthread.c324 struct rcu_lock_st { struct
326 struct rcu_cb_item *cb_items;
329 OSSL_LIB_CTX *ctx;
332 uint32_t id_ctr;
336 struct rcu_qp *qp_group;
339 uint32_t group_count;
342 uint32_t reader_idx;
345 uint32_t next_to_retire;
370 static struct rcu_qp *get_hold_current_qp(struct rcu_lock_st *lock) in get_hold_current_qp() argument
H A Dthreads_none.c22 struct rcu_lock_st { struct
29 struct rcu_lock_st *lock; in ossl_rcu_lock_new() argument

Completed in 16 milliseconds