HomeSort by relevance Sort by last modified time
    Searched refs:NOBLOCK (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl16.c 30 * locking, with madatory locking and mandatory locking with NOBLOCK.
62 #define NOBLOCK 2 /* immediate success */
82 {F_RDLCK, 0, 0L, 5L, NOBLOCK},
84 {F_RDLCK, 0, 6L, 5L, NOBLOCK},
131 {F_RDLCK, 0, 6L, 3L, NOBLOCK},
145 {F_RDLCK, 0, 3L, 5L, NOBLOCK},
163 {F_RDLCK, 0, 6L, 3L, NOBLOCK},
174 {F_RDLCK, 0, 2L, 3L, NOBLOCK},
176 {F_RDLCK, 0, 6L, 3L, NOBLOCK},
190 {F_RDLCK, 0, 3L, 5L, NOBLOCK},
    [all...]
fcntl14.c 31 * locking, with mandatory locking and mandatory locking with NOBLOCK
60 /* NOBLOCK - immediate success */
61 #define NOBLOCK 2
99 F_RDLCK, 0, 0L, 0L, NOBLOCK},
129 F_RDLCK, 0, 0L, 5L, NOBLOCK},
153 F_RDLCK, 0, 7L, 0L, NOBLOCK},
192 F_RDLCK, 0, 0L, 5L, NOBLOCK},
228 F_RDLCK, 0, 1L, 3L, NOBLOCK},
261 F_RDLCK, 0, 2L, 5L, NOBLOCK},
279 F_RDLCK, 0, 6L, 0L, NOBLOCK},
    [all...]

Completed in 81 milliseconds