Searched refs:hash_mutex (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/apache-786.1/httpd/srclib/apr/atomic/unix/
H A Dmutex.c39 static apr_thread_mutex_t **hash_mutex; variable
47 if (hash_mutex == data)
48 hash_mutex = NULL;
58 if (hash_mutex != NULL)
61 hash_mutex = apr_palloc(p, sizeof(apr_thread_mutex_t*) * NUM_ATOMIC_HASH);
62 apr_pool_cleanup_register(p, hash_mutex, atomic_cleanup,
66 rv = apr_thread_mutex_create(&(hash_mutex[i]),
78 apr_thread_mutex_t *mutex = hash_mutex[ATOMIC_HASH(mem)];
/macosx-10.9.5/apr-30/apr/apr/atomic/unix/
H A Dmutex.c39 static apr_thread_mutex_t **hash_mutex; variable
47 if (hash_mutex == data)
48 hash_mutex = NULL;
58 if (hash_mutex != NULL)
61 hash_mutex = apr_palloc(p, sizeof(apr_thread_mutex_t*) * NUM_ATOMIC_HASH);
62 apr_pool_cleanup_register(p, hash_mutex, atomic_cleanup,
66 rv = apr_thread_mutex_create(&(hash_mutex[i]),
78 apr_thread_mutex_t *mutex = hash_mutex[ATOMIC_HASH(mem)];

Completed in 72 milliseconds