Lines Matching defs:thislock
264 static struct flock *thislock;
324 if ((fcntl(fd, F_SETLKW, thislock)) < 0) {
462 thislock = &thiscase->parent_a;
465 if ((fcntl(fd, F_SETLK, thislock)) < 0) {
475 thislock = &thiscase->parent_b;
477 if ((thislock->l_type) != IGNORED) { /*SKIPVAL */
479 if ((fcntl(fd, F_SETLK, thislock)) < 0) {
490 thislock = &thiscase->child_a;
499 if (thislock->l_type != IGNORED) {
503 test, thislock, fd) < 0) {
517 flag[i] = thislock->l_pid;
520 thislock = &thiscase->child_b;
547 thislock = &thiscase->parent_c;
550 if ((fcntl(fd, F_SETLK, thislock)) < 0) {
560 thislock = &thiscase->parent_d;
562 if ((thislock->l_type) != IGNORED) { /*SKIPVAL */
564 if ((fcntl(fd, F_SETLK, thislock)) < 0) {
659 &thislock, &fd);