Home
last modified time | relevance | path

Searched refs:thislock (Results 1 – 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl16.c264 static struct flock *thislock; variable
324 if ((fcntl(fd, F_SETLKW, thislock)) < 0) { in dochild()
462 thislock = &thiscase->parent_a; in run_test()
465 if ((fcntl(fd, F_SETLK, thislock)) < 0) { in run_test()
475 thislock = &thiscase->parent_b; in run_test()
477 if ((thislock->l_type) != IGNORED) { /*SKIPVAL */ in run_test()
479 if ((fcntl(fd, F_SETLK, thislock)) < 0) { in run_test()
490 thislock = &thiscase->child_a; in run_test()
499 if (thislock->l_type != IGNORED) { in run_test()
503 test, thislock, fd) < 0) { in run_test()
[all …]