Searched refs:proc_mutex_unlock_it (Results 1 – 1 of 1) sorted by relevance
524 static struct flock proc_mutex_unlock_it; variable535 proc_mutex_unlock_it.l_whence = SEEK_SET; /* from current point */ in proc_mutex_fcntl_setup()536 proc_mutex_unlock_it.l_start = 0; /* -"- */ in proc_mutex_fcntl_setup()537 proc_mutex_unlock_it.l_len = 0; /* until end of file */ in proc_mutex_fcntl_setup()538 proc_mutex_unlock_it.l_type = F_UNLCK; /* set exclusive/write lock */ in proc_mutex_fcntl_setup()539 proc_mutex_unlock_it.l_pid = 0; /* pid not actually interesting */ in proc_mutex_fcntl_setup()629 rc = fcntl(mutex->interproc->filedes, F_SETLKW, &proc_mutex_unlock_it);