HomeSort by relevance Sort by last modified time
    Searched refs:lck (Results 1 - 6 of 6) sorted by null

  /external/openssl/crypto/asn1/
tasn_utl.c 104 int *lck, ret; local
111 lck = offset2ptr(*pval, aux->ref_offset);
114 *lck = 1;
117 ret = CRYPTO_add(lck, op, aux->ref_lock);
119 fprintf(stderr, "%s: Reference Count: %d\n", it->sname, *lck);
asn1t.h 183 #define ASN1_SEQUENCE_ref(tname, cb, lck) \
184 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, cb, 0}; \
  /external/openssl/ssl/
ssl_sess.c 148 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck);
710 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck)
717 if(lck) CRYPTO_w_lock(CRYPTO_LOCK_SSL_CTX);
725 if(lck) CRYPTO_w_unlock(CRYPTO_LOCK_SSL_CTX);
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 130 GlobalToIndirectSymMapTy& getGlobalToIndirectSymMap(const MutexGuard& lck) {
131 assert(lck.holds(TheJIT->lock));
    [all...]
  /external/openssl/include/openssl/
asn1t.h 183 #define ASN1_SEQUENCE_ref(tname, cb, lck) \
184 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, cb, 0}; \
  /external/e2fsprogs/lib/ext2fs/
tdb.c 437 "lck->count == 0 for list %d", list));
501 struct tdb_lock_type *lck = NULL; local
527 lck = &tdb->lockrecs[i];
532 if ((lck == NULL) || (lck->count == 0)) {
537 if (lck->count > 1) {
538 lck->count--;
563 *lck = tdb->lockrecs[tdb->num_lockrecs-1];
    [all...]

Completed in 129 milliseconds