Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl16.c263 static struct flock *thislock; variable
323 if ((fcntl(fd, F_SETLKW, thislock)) < 0) { in dochild()
464 thislock = &thiscase->parent_a; in run_test()
467 if ((fcntl(fd, F_SETLK, thislock)) < 0) { in run_test()
477 thislock = &thiscase->parent_b; in run_test()
479 if ((thislock->l_type) != IGNORED) { /*SKIPVAL */ in run_test()
481 if ((fcntl(fd, F_SETLK, thislock)) < 0) { in run_test()
492 thislock = &thiscase->child_a; in run_test()
501 if (thislock->l_type != IGNORED) { in run_test()
505 test, thislock, fd) < 0) { in run_test()
[all …]