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

  /external/valgrind/memcheck/tests/solaris/
scalar.c 293 static void sys_fcntl(void) function
295 GO(SYS_fcntl, "(GETFD) 2s 0m");
296 SY(SYS_fcntl, x0 - 1, x0 + F_GETFD); FAILx(EBADF);
302 GO(SYS_fcntl, "(DUPFD) 3s 0m");
303 SY(SYS_fcntl, x0 - 1, x0 + F_DUPFD, x0); FAILx(EBADF);
309 GO(SYS_fcntl, "(GETLK) 3s 5m");
310 SY(SYS_fcntl, x0 - 1, x0 + F_GETLK, x0); FAILx(EBADF);
    [all...]
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 173 milliseconds