Searched refs:pthread_interproc (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/apr/locks/unix/
H A Dproc_mutex.c334 if ((rv = pthread_mutex_unlock(mutex->pthread_interproc))) {
343 if ((rv = pthread_mutex_destroy(mutex->pthread_interproc))) {
350 if (munmap((caddr_t)mutex->pthread_interproc, sizeof(pthread_mutex_t))) {
368 new_mutex->pthread_interproc = (pthread_mutex_t *)mmap(
373 if (new_mutex->pthread_interproc == (pthread_mutex_t *) (caddr_t) -1) {
417 if ((rv = pthread_mutex_init(new_mutex->pthread_interproc, &mattr))) {
447 if ((rv = pthread_mutex_lock(mutex->pthread_interproc))) {
454 pthread_mutex_consistent_np(mutex->pthread_interproc);
470 if ((rv = pthread_mutex_trylock(mutex->pthread_interproc))) {
480 pthread_mutex_consistent_np(mutex->pthread_interproc);
[all...]
/freebsd-10-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_proc_mutex.h106 pthread_mutex_t *pthread_interproc; member in struct:apr_proc_mutex_t
/freebsd-10-stable/contrib/apr/include/
H A Dapr_portable.h134 pthread_mutex_t *pthread_interproc; member in struct:apr_os_proc_mutex_t

Completed in 64 milliseconds