Searched refs:proc_mutex_unlock_it (Results 1 – 1 of 1) sorted by relevance
1000 static struct flock proc_mutex_unlock_it; variable1011 proc_mutex_unlock_it.l_whence = SEEK_SET; /* from current point */ in proc_mutex_fcntl_setup()1012 proc_mutex_unlock_it.l_start = 0; /* -"- */ in proc_mutex_fcntl_setup()1013 proc_mutex_unlock_it.l_len = 0; /* until end of file */ in proc_mutex_fcntl_setup()1014 proc_mutex_unlock_it.l_type = F_UNLCK; /* set exclusive/write lock */ in proc_mutex_fcntl_setup()1015 proc_mutex_unlock_it.l_pid = 0; /* pid not actually interesting */ in proc_mutex_fcntl_setup()1116 rc = fcntl(mutex->os.crossproc, F_SETLKW, &proc_mutex_unlock_it);