Searched refs:lock_count (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/apr-32/apr/apr/include/arch/os2/
H A Dapr_arch_proc_mutex.h27 int lock_count; member in struct:apr_proc_mutex_t
/macosx-10.10/apr-32/apr/apr/locks/os2/
H A Dproc_mutex.c90 new->lock_count = 0;
116 new->lock_count = 0;
137 mutex->lock_count++;
151 mutex->lock_count++;
163 if (mutex->owner == CurrentTid && mutex->lock_count > 0) {
164 mutex->lock_count--;
180 while (mutex->lock_count > 0 && status == APR_SUCCESS) {
228 new->lock_count = 0;
/macosx-10.10/OpenSSL098-52/src/crypto/threads/
H A Dth-lock.c160 static long *lock_count; variable
171 lock_count=OPENSSL_malloc(CRYPTO_num_locks() * sizeof(long));
174 lock_count[i]=0;
200 OPENSSL_free(lock_count);
228 lock_count[type]++;
321 static long *lock_count; variable
328 lock_count=OPENSSL_malloc(CRYPTO_num_locks() * sizeof(long));
331 lock_count[i]=0;
349 OPENSSL_free(lock_count);
370 lock_count[typ
[all...]
H A Dmttest.c129 static long *lock_count; variable
817 static long *lock_count; variable
824 lock_count=OPENSSL_malloc(CRYPTO_num_locks() * sizeof(long));
827 lock_count[i]=0;
848 fprintf(stderr,"%8ld:%s\n",lock_count[i],CRYPTO_get_lock_name(i));
851 OPENSSL_free(lock_count);
880 lock_count[type]++;
1025 static long *lock_count; variable
1032 lock_count=OPENSSL_malloc(CRYPTO_num_locks() * sizeof(long));
1035 lock_count[
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hdb/
H A Ddb3.c80 if (db->lock_count > 1) {
81 db->lock_count++;
82 if (db->lock_count == HDB_WLOCK || db->lock_count == operation)
91 db->lock_count++;
101 if (db->lock_count > 1) {
102 db->lock_count--;
105 heim_assert(db->lock_count == 1, "HDB lock/unlock sequence does not match");
106 db->lock_count--;
H A Ddb.c70 if (db->lock_count > 0) {
71 db->lock_count++;
84 db->lock_count++;
94 if (db->lock_count > 1) {
95 db->lock_count--;
98 heim_assert(db->lock_count == 1, "HDB lock/unlock sequence does not match");
99 db->lock_count--;
H A Dhdb.h114 int lock_count; member in struct:HDB
H A Dhdb-mitdb.c558 if (db->lock_count > 1) {
559 db->lock_count++;
560 if (db->lock_type == HDB_WLOCK || db->lock_count == operation)
572 db->lock_count++;
582 if (db->lock_count > 1) {
583 db->lock_count--;
586 heim_assert(db->lock_count == 1, "HDB lock/unlock sequence does not match");
587 db->lock_count--;
/macosx-10.10/smb-759.0/kernel/smbfs/
H A Dsmbfs_subr.c105 int lock_count = 0; local
141 lock_count += 1;
152 lock_count += 1;
167 lock_count += 1;
200 for (i = 0; i < lock_count; i++) {
H A Dsmbfs_node.c101 int lock_count = 0; local
116 lock_count += 1;
130 lock_count += 1;
149 for (i = 0; i < lock_count; i++) {
/macosx-10.10/libpthread-105.1.4/src/
H A Dpthread_mutex.c386 --mutex->mtxopts.options.lock_count) {
636 if (mutex->mtxopts.options.lock_count < USHRT_MAX) {
637 mutex->mtxopts.options.lock_count++;
716 mutex->mtxopts.options.lock_count = 1;
836 mutex->mtxopts.options.lock_count = 0;
H A Dinternal.h237 lock_count:16; member in struct:_pthread_mutex_options
/macosx-10.10/Heimdal-398.1.2/lib/kadm5/
H A Dcontext_s.c50 heim_assert(context->db->lock_count > 0,
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp3369 unsigned int lock_count; local
3386 for (lock_count = 0;
3388 lock_count++) {
3393 lock_count;
3394 lock_count--) {

Completed in 231 milliseconds