Symbol: CRYPTO_RCU_CB_ITEM
crypto/openssl/crypto/hashtable/hashtable.c
288
CRYPTO_RCU_CB_ITEM *cbi = NULL;
crypto/openssl/crypto/hashtable/hashtable.c
441
CRYPTO_RCU_CB_ITEM *cbi = NULL;
crypto/openssl/crypto/hashtable/hashtable.c
566
CRYPTO_RCU_CB_ITEM *cbi;
crypto/openssl/crypto/hashtable/hashtable.c
761
CRYPTO_RCU_CB_ITEM *cbi = ossl_rcu_cb_item_new();
crypto/openssl/crypto/threads_none.c
76
CRYPTO_RCU_CB_ITEM *ossl_rcu_cb_item_new(void)
crypto/openssl/crypto/threads_none.c
78
return OPENSSL_zalloc(sizeof(CRYPTO_RCU_CB_ITEM));
crypto/openssl/crypto/threads_none.c
81
void ossl_rcu_cb_item_free(CRYPTO_RCU_CB_ITEM *item)
crypto/openssl/crypto/threads_none.c
86
void ossl_rcu_call(CRYPTO_RCU_LOCK *lock, CRYPTO_RCU_CB_ITEM *item,
crypto/openssl/crypto/threads_pthread.c
504
CRYPTO_RCU_CB_ITEM *ossl_rcu_cb_item_new(void)
crypto/openssl/crypto/threads_pthread.c
506
return OPENSSL_zalloc(sizeof(CRYPTO_RCU_CB_ITEM));
crypto/openssl/crypto/threads_pthread.c
509
void ossl_rcu_cb_item_free(CRYPTO_RCU_CB_ITEM *item)
crypto/openssl/crypto/threads_pthread.c
518
void ossl_rcu_call(CRYPTO_RCU_LOCK *lock, CRYPTO_RCU_CB_ITEM *item,
crypto/openssl/crypto/threads_win.c
400
CRYPTO_RCU_CB_ITEM *ossl_rcu_cb_item_new(void)
crypto/openssl/crypto/threads_win.c
402
return OPENSSL_zalloc(sizeof(CRYPTO_RCU_CB_ITEM));
crypto/openssl/crypto/threads_win.c
405
void ossl_rcu_cb_item_free(CRYPTO_RCU_CB_ITEM *item)
crypto/openssl/crypto/threads_win.c
413
void ossl_rcu_call(CRYPTO_RCU_LOCK *lock, CRYPTO_RCU_CB_ITEM *item,
crypto/openssl/include/internal/rcu.h
29
CRYPTO_RCU_CB_ITEM *ossl_rcu_cb_item_new(void);
crypto/openssl/include/internal/rcu.h
30
void ossl_rcu_cb_item_free(CRYPTO_RCU_CB_ITEM *item);
crypto/openssl/include/internal/rcu.h
31
void ossl_rcu_call(CRYPTO_RCU_LOCK *lock, CRYPTO_RCU_CB_ITEM *item,
crypto/openssl/test/threadstest.c
322
CRYPTO_RCU_CB_ITEM *cbi = NULL;