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

/freebsd-11-stable/contrib/apr/locks/unix/
H A Dproc_mutex.c475 /* The mmap()ed pthread_interproc is the native pthread_mutex_t followed
486 ((proc_pthread_mutex_t *)(m)->os.pthread_interproc)
577 if (munmap(mutex->os.pthread_interproc, sizeof(proc_pthread_mutex_t))) {
595 new_mutex->os.pthread_interproc = mmap(NULL, sizeof(proc_pthread_mutex_t),
598 if (new_mutex->os.pthread_interproc == MAP_FAILED) {
599 new_mutex->os.pthread_interproc = NULL;
1351 new_mutex->os.pthread_interproc = NULL;
1422 if (ospmutex->pthread_interproc == NULL) {
1425 new_mutex->os.pthread_interproc = ospmutex->pthread_interproc;
[all...]
/freebsd-11-stable/contrib/apr/include/
H A Dapr_portable.h137 pthread_mutex_t *pthread_interproc; member in struct:apr_os_proc_mutex_t

Completed in 81 milliseconds