Searched refs:interproc (Results 1 – 2 of 2) sorted by relevance
77 new_mutex->interproc = apr_palloc(new_mutex->pool, in proc_mutex_posix_create()229 if (mutex->interproc->filedes != -1) { in proc_mutex_sysv_cleanup()231 semctl(mutex->interproc->filedes, 0, IPC_RMID, ick); in proc_mutex_sysv_cleanup()242 new_mutex->interproc = apr_palloc(new_mutex->pool, sizeof(*new_mutex->interproc)); in proc_mutex_sysv_create()245 if (new_mutex->interproc->filedes < 0) { in proc_mutex_sysv_create()553 return apr_file_close(mutex->interproc); in proc_mutex_fcntl_cleanup()670 apr_file_close(mutex->interproc);711 rc = flock(mutex->interproc->filedes, LOCK_EX);743 rc = flock(mutex->interproc->filedes, LOCK_UN);968 if (pmutex->interproc) {[all …]
100 apr_file_t *interproc; member