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

/freebsd-11-stable/contrib/apr/locks/unix/
H A Dproc_mutex.c1000 static struct flock proc_mutex_unlock_it; variable in typeref:struct:flock
1011 proc_mutex_unlock_it.l_whence = SEEK_SET; /* from current point */
1012 proc_mutex_unlock_it.l_start = 0; /* -"- */
1013 proc_mutex_unlock_it.l_len = 0; /* until end of file */
1014 proc_mutex_unlock_it.l_type = F_UNLCK; /* set exclusive/write lock */
1015 proc_mutex_unlock_it.l_pid = 0; /* pid not actually interesting */
1116 rc = fcntl(mutex->os.crossproc, F_SETLKW, &proc_mutex_unlock_it);

Completed in 156 milliseconds