put_pid
if (!put_pid (tmpfd, pid))
err = put_pid(fd, pid) ? 0 : UU_LOCK_WRITE_ERR;
static int put_pid (int fd, pid_t pid);
put_pid(per_mm->tgid);